p method

T p(
  1. int step
)

Set uniform padding using token scale

Implementation

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