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