showHud property

  1. @required
bool Function(T1 value1) 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. Use the value of the provider to determine if you should show the HUD or not.

Implementation

@required
final bool Function(T1 value1) showHud;