menu
layer_kit package
documentation
core/extensions/widget_util_extensions.dart
WidgetExtension
withWidth method
withWidth method
dark_mode
light_mode
withWidth
method
SizedBox
withWidth
(
double
width
)
With custom width
Implementation
SizedBox withWidth(double width) => SizedBox(width: width, child: this);
layer_kit package
documentation
core/extensions/widget_util_extensions
WidgetExtension
withWidth method
WidgetExtension extension on
Widget
?