isWaiting property

  1. @override
bool isWaiting
override

The state is waiting for and asynchronous task to end.

Implementation

@override
bool get isWaiting => snapState.isWaiting;