pb static method
Creates padding for the bottom side only.
bottom
: The bottom padding value.
Returns an EdgeInsets object with bottom padding.
Implementation
static EdgeInsets pb(double bottom) => _pad(bottom: bottom);
Creates padding for the bottom side only.
bottom
: The bottom padding value.
Returns an EdgeInsets object with bottom padding.
static EdgeInsets pb(double bottom) => _pad(bottom: bottom);