pl method

T pl(
  1. int step
)

Set left padding using token scale

Implementation

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