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