mr method

T mr(
  1. int step
)

Set right margin using token scale

Implementation

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