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