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