DelayedHud constructor Null safety
Constructor, only the child attribute is required.
Implementation
DelayedHud(
{Key? key,
required this.child,
this.color,
this.hud,
this.delayedStart,
this.hudWidget,
required this.showHud})
: super(key: key);