hud property Null safety
final
Widget that is rendered when a HUD needs to be displayed. Typically this would be a CircularProgressIndicator()
Implementation
final Widget? hud;
Widget that is rendered when a HUD needs to be displayed. Typically this would be a CircularProgressIndicator()
final Widget? hud;