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