menu
iconoir_flutter package
documentation
regular/shuffle.dart
Shuffle
Shuffle const constructor
Shuffle const constructor
dark_mode
light_mode
Shuffle
constructor
const
Shuffle
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const Shuffle({widgets.Key? key, this.color, this.width, this.height}) : super(key: key);
iconoir_flutter package
documentation
regular/shuffle
Shuffle
Shuffle const constructor
Shuffle class