menu
xfdn_design_system_admin package
documentation
widgets/my_spacing.dart
MySpacing
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, ); }
xfdn_design_system_admin package
documentation
widgets/my_spacing
MySpacing
width static method
MySpacing class