0.6.12 - bug fixes
This commit is contained in:
parent
aa7f82b399
commit
972e84c136
18 changed files with 271 additions and 150 deletions
|
|
@ -67,10 +67,14 @@ class MenuSheet {
|
|||
mainAxisSize: MainAxisSize.max,
|
||||
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
|
||||
children: <Widget>[
|
||||
CachedImage(
|
||||
url: track.albumArt.full,
|
||||
height: 128,
|
||||
width: 128,
|
||||
Semantics(
|
||||
child: CachedImage(
|
||||
url: track.albumArt.full,
|
||||
height: 128,
|
||||
width: 128,
|
||||
),
|
||||
label: "Album art".i18n,
|
||||
image: true,
|
||||
),
|
||||
Container(
|
||||
width: 240.0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue