pt method

Padding pt(
  1. double top
)

Applies padding to the top side.

top: Top padding value.

Implementation

Padding pt(double top) => _pad(top: top);