px method

T px(
  1. int step
)

Set horizontal padding (left + right) using token scale

Implementation

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