menu
flutx_ui package
documentation
widgets/svg/svg.dart
FxSvg
FxSvg const constructor
FxSvg const constructor
dark_mode
light_mode
FxSvg
constructor
const
FxSvg
(
String
image
, {
Color
?
color
,
double
?
size
=
24
,
})
Implementation
const FxSvg(this.image, {this.color, this.size = 24});
flutx_ui package
documentation
widgets/svg/svg
FxSvg
FxSvg const constructor
FxSvg class