Use ZoomableImage in album page

This commit is contained in:
kilowatt 2020-10-23 21:57:20 +03:00
parent bdada46541
commit bf5a145e9a
1 changed files with 1 additions and 2 deletions

View File

@ -60,10 +60,9 @@ class AlbumDetails extends StatelessWidget {
mainAxisSize: MainAxisSize.min,
children: <Widget>[
Container(height: 8.0,),
CachedImage(
ZoomableImage(
url: album.art.full,
width: MediaQuery.of(context).size.width / 2,
fullThumb: true,
rounded: true,
),
Container(height: 8,),