phaseNotifier property

ValueNotifier<CountDownPhase> phaseNotifier
final

当前阶段通知器(状态)

Implementation

final ValueNotifier<CountDownPhase> phaseNotifier = ValueNotifier<CountDownPhase>(CountDownPhase.idle);