menu
itwo_flutter_base package
documentation
widget/widget_ext.dart
WidgetExt
size method
size method
dark_mode
light_mode
size
method
SizedBox
size
(
double
width
,
double
height
)
Implementation
SizedBox size(double width, double height) => SizedBox(width: width, height: height, child: this);
itwo_flutter_base package
documentation
widget/widget_ext
WidgetExt
size method
WidgetExt extension on
Widget