menu
mobinsa
view\uiElements.dart
UiShapes
bPadding static method
bPadding
dark_mode
light_mode
bPadding
static method
Widget
bPadding
(
double
bottom
)
Implementation
static Widget bPadding(double bottom){ return Padding(padding: EdgeInsets.only(bottom: bottom),); }
mobinsa
uiElements
UiShapes
bPadding static method
UiShapes class