menu
the_flutter_ui package
documentation
flutter_ui.dart
LayoutX<T extends Widget>
height method
height method
dark_mode
light_mode
height
method
SizedBox
height
(
double
?
height
)
Implementation
SizedBox height(double? height) { return SizedBox(height: height, child: this); }
the_flutter_ui package
documentation
flutter_ui
LayoutX<T extends Widget>
height method
LayoutX extension on T