shuffle property

IconData shuffle

Icons: Icons.shuffle : CupertinoIcons.shuffle

Implementation

IconData get shuffle =>
    isMaterial(context) ? Icons.shuffle : CupertinoIcons.shuffle;