menu
fast_develop package
documentation
widget/root_layout.dart
SafePadding
SafePadding constructor
SafePadding constructor
dark_mode
light_mode
SafePadding
constructor
SafePadding
(
{
bool
left
=
false
,
bool
top
=
false
,
bool
right
=
false
,
bool
bottom
=
false
,
})
Implementation
SafePadding({ this.left = false, this.top = false, this.right = false, this.bottom = false, });
fast_develop package
documentation
widget/root_layout
SafePadding
SafePadding constructor
SafePadding class