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