child property Null safety
final
Widget that will be rendered by the HUD. Ideally this widget is a scaffold so when the HUD is rendered it covers the entire screen.
Implementation
@required
final Widget child;
Widget that will be rendered by the HUD. Ideally this widget is a scaffold so when the HUD is rendered it covers the entire screen.
@required
final Widget child;