pr method

T pr(
  1. int step
)

Set right padding using token scale

Implementation

T pr(int step) {
  return copyWith(style.copyWith(pr: step));
}