menu
flywind package
documentation
tw_padding.dart
TwPadding<T>
pr method
pr method
dark_mode
light_mode
pr
method
T
pr
(
int
step
)
Set right padding using token scale
Implementation
T pr(int step) { return copyWith(style.copyWith(pr: step)); }
flywind package
documentation
tw_padding
TwPadding<T>
pr method
TwPadding mixin