pr method

Padding pr(
  1. double right
)

get right side padding

Implementation

Padding pr(double right) => _pad(right: right);