Extract ZoomableImage to separate class; add it for artist page
This commit is contained in:
parent
e959827cdb
commit
bdada46541
3 changed files with 61 additions and 42 deletions
|
|
@ -303,11 +303,10 @@ class ArtistDetails extends StatelessWidget {
|
|||
child: Row(
|
||||
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
|
||||
children: <Widget>[
|
||||
CachedImage(
|
||||
ZoomableImage(
|
||||
url: artist.picture.full,
|
||||
width: MediaQuery.of(context).size.width / 2 - 8,
|
||||
rounded: true,
|
||||
fullThumb: true,
|
||||
),
|
||||
Container(
|
||||
width: MediaQuery.of(context).size.width / 2 - 8,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue