getWidget method
Implementation
Widget getWidget({
BuildContext? context,
double? size,
Color? color,
String? semanticLabel,
bool icon = true,
bool fixedSize = true,
}) {
return SizedBox(width: size, height: size);
}
Widget getWidget({
BuildContext? context,
double? size,
Color? color,
String? semanticLabel,
bool icon = true,
bool fixedSize = true,
}) {
return SizedBox(width: size, height: size);
}