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