menu
the_flutter_ui package
documentation
flutter_ui.dart
LayoutX<T extends Widget>
minHeight method
minHeight method
dark_mode
light_mode
minHeight
method
ConstrainedBox
minHeight
(
double
?
size
)
Implementation
ConstrainedBox minHeight(double? size) { return constraints(minHeight: size); }
the_flutter_ui package
documentation
flutter_ui
LayoutX<T extends Widget>
minHeight method
LayoutX extension on T