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