menu
xfdn_design_system_admin package
documentation
widgets/my_spacing.dart
MySpacing
bottom static method
bottom static method
dark_mode
light_mode
bottom
static method
EdgeInsets
bottom
(
double
spacing
)
Implementation
static EdgeInsets bottom(double spacing) { return MySpacing.only(bottom: spacing); }
xfdn_design_system_admin package
documentation
widgets/my_spacing
MySpacing
bottom static method
MySpacing class