countdownNotifier property

ValueNotifier<int?> countdownNotifier
final

Implementation

final countdownNotifier = ValueNotifier<int?>(null);