pb method

Padding pb(
  1. double bottom
)

Applies padding to the bottom side.

bottom: Bottom padding value.

Implementation

Padding pb(double bottom) => _pad(bottom: bottom);