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