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