sizedBox method
Implementation
WidgetModifierConfig sizedBox({double? width, double? height}) {
return merge(WidgetModifierConfig.sizedBox(width: width, height: height));
}
WidgetModifierConfig sizedBox({double? width, double? height}) {
return merge(WidgetModifierConfig.sizedBox(width: width, height: height));
}