pr method

T pr(
  1. double paddingRight
)

padding right value

Implementation

T pr(double paddingRight) => this..paddingRight = paddingRight;