menu
awesome_padding_margin package
documentation
awesome_extensions.dart
WidgetSizingX
height method
height method
dark_mode
light_mode
height
method
Widget
height
(
double
height
)
Set height for the widget
Implementation
Widget height(double height) => SizedBox(height: height, child: this);
awesome_padding_margin package
documentation
awesome_extensions
WidgetSizingX
height method
WidgetSizingX extension on
Widget