menu
flywind package
documentation
tw_margin.dart
TwMargin<T>
mr method
mr method
dark_mode
light_mode
mr
method
T
mr
(
int
step
)
Set right margin using token scale
Implementation
T mr(int step) { return copyWith(style.copyWith(mr: step)); }
flywind package
documentation
tw_margin
TwMargin<T>
mr method
TwMargin mixin