pr method

Padding pr(
  1. double right
)

Applies padding to the right side.

right: Right padding value.

Implementation

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