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