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