hud property

Widget? hud
final

Widget that is rendered when a HUD needs to be displayed. Typically this would be a CircularProgressIndicator()

Implementation

final Widget? hud;