pt method

T pt(
  1. int step
)

Set top padding using token scale

Implementation

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