menu
flutx_ui package
documentation
utils/spacing.dart
FxSpacing
width static method
width static method
dark_mode
light_mode
width
static method
SizedBox
width
(
double
width
)
Implementation
static SizedBox width(double width) { return SizedBox( width: width, ); }
flutx_ui package
documentation
utils/spacing
FxSpacing
width static method
FxSpacing class