Center constructor Null safety
Implementation
const factory Center(
{final Key? key,
final double? widthFactor,
final double? heightFactor,
required final Widget child}) = _$Center;
const factory Center(
{final Key? key,
final double? widthFactor,
final double? heightFactor,
required final Widget child}) = _$Center;