menu
sweet_ui package
documentation
SweetUI/sweet_ui.dart
CustomContainer
marginRight method
marginRight method
dark_mode
light_mode
marginRight
method
AbsoluteContainer
marginRight
(
double
value
)
Implementation
AbsoluteContainer marginRight(double value) => copyWith(margin: EdgeInsets.only(right: value));
sweet_ui package
documentation
SweetUI/sweet_ui
CustomContainer
marginRight method
CustomContainer extension on
AbsoluteContainer