pt method

Padding pt(
  1. double top
)

get top side padding

Implementation

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