Placeholder constructor Null safety
Implementation
const factory Placeholder(
{final Key? key,
final Color color,
final double strokeWidth,
final double fallbackWidth,
final double fallbackHeight,
final Widget? child}) = _$Placeholder;