menu
flutstrap package
documentation
layout/flutstrap_row.dart
FlutstrapRow
withMinHeight method
withMinHeight method
dark_mode
light_mode
withMinHeight
method
FlutstrapRow
withMinHeight
(
double
height
)
Implementation
FlutstrapRow withMinHeight(double height) => copyWith(minHeight: height);
flutstrap package
documentation
layout/flutstrap_row
FlutstrapRow
withMinHeight method
FlutstrapRow class