TimeoutState constructor

const TimeoutState(
  1. bool? isReady(),
  2. VoidCallback cancel,
  3. VoidCallback reset
)

Implementation

const TimeoutState(this.isReady, this.cancel, this.reset);