py method

T py(
  1. int step
)

Set vertical padding (top + bottom) using token scale

Implementation

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