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