ml method

T ml(
  1. int step
)

Set left margin using token scale

Implementation

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