menu
sunny_forms package
documentation
sunny_forms.dart
AutoLayoutBuilderExt
marginRight method
marginRight method
dark_mode
light_mode
marginRight
method
AutoLayout
marginRight
(
double
num
)
Implementation
AutoLayout marginRight(double num) { return this.._margin = _marginOrCreate.copyWith(right: num); }
sunny_forms package
documentation
sunny_forms
AutoLayoutBuilderExt
marginRight method
AutoLayoutBuilderExt extension on
AutoLayout