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