secondsElapsed property

ValueNotifier<int> secondsElapsed
getter/setter pair

Implementation

ValueNotifier<int> secondsElapsed = ValueNotifier<int>(0);