my method
Set vertical margin (top + bottom) using token scale
Implementation
T my(int step) {
return copyWith(style.copyWith(my: step));
}
Set vertical margin (top + bottom) using token scale
T my(int step) {
return copyWith(style.copyWith(my: step));
}