my method

T my(
  1. int step
)

Set vertical margin (top + bottom) using token scale

Implementation

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