menu
ones package
documentation
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); }
ones package
documentation
ui
LayoutX<T extends Widget>
maxHeight method
LayoutX extension on T