m method

T m(
  1. int step
)

Set uniform margin using token scale

Implementation

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