floatingVisibleRange property

ValueNotifier<FloatingDateTimeRange?> floatingVisibleRange
final

The range currently visible.

This is the unzoned counterpart of KalenderController.visibleDateTimeRange, which carries the same range as a KalenderDateTimeRange for an app to read. Call FloatingDateTimeRange.forLocation to cross between them.

Implementation

final ValueNotifier<FloatingDateTimeRange?> floatingVisibleRange;