Widget.sizedBox constructor Null safety
Implementation
const factory Widget.sizedBox({
Key? key,
double? width,
double? height,
Widget? child,
}) = SizedBox;
const factory Widget.sizedBox({
Key? key,
double? width,
double? height,
Widget? child,
}) = SizedBox;