showHud property

  1. @required
bool Function() showHud
final

Return true and the HUD widget will be shown or if there is a delayedStart defined then the timer will start. The timer will trigger showing the HUD widget.

Implementation

@required
final bool Function() showHud;