mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
platform_design maintenance (#149)
* platform_design maintenance * update maintenance table
This commit is contained in:
@@ -139,9 +139,7 @@ class _SongsTabState extends State<SongsTab> {
|
||||
CupertinoSliverNavigationBar(
|
||||
trailing: CupertinoButton(
|
||||
padding: EdgeInsets.zero,
|
||||
// TODO(redbrogdon): Change this back to shuffle once the new icon
|
||||
// makes it into Flutter's stable channel.
|
||||
child: Icon(CupertinoIcons.shuffle_thick),
|
||||
child: Icon(CupertinoIcons.shuffle),
|
||||
onPressed: _togglePlatform,
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user