hasStarted property

  1. @override
bool get hasStarted
override

Whether or not this controller has started progressing.

Implementation

@override
bool get hasStarted => child.isFinished;