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