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