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