currentDateNotifier property

ValueNotifier<DateTime> currentDateNotifier
final

Implementation

final ValueNotifier<DateTime> currentDateNotifier = ValueNotifier(DateTime.now());