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