pb method

T pb(
  1. int step
)

Set bottom padding using token scale

Implementation

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