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