px method
Set horizontal padding (left + right) using token scale
Implementation
T px(int step) {
return copyWith(style.copyWith(px: step));
}
Set horizontal padding (left + right) using token scale
T px(int step) {
return copyWith(style.copyWith(px: step));
}