mb method

T mb(
  1. int step
)

Set bottom margin using token scale

Implementation

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