menu
flutstrap package
documentation
layout/flutstrap_row.dart
FlutstrapRow
withGap method
withGap method
dark_mode
light_mode
withGap
method
FlutstrapRow
withGap
(
double
customGap
)
Implementation
FlutstrapRow withGap(double customGap) => copyWith(gap: customGap);
flutstrap package
documentation
layout/flutstrap_row
FlutstrapRow
withGap method
FlutstrapRow class