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