menu
ck_utils package
documentation
all_src/extensions_validation/widget_extensions.dart
WidgetExtension
withHeight method
withHeight method
dark_mode
light_mode
withHeight
method
SizedBox
withHeight
(
double
height
)
With custom height
Implementation
SizedBox withHeight(double height) => SizedBox(height: height, child: this);
ck_utils package
documentation
all_src/extensions_validation/widget_extensions
WidgetExtension
withHeight method
WidgetExtension extension on
Widget
?