activeCellNotifier property

ValueNotifier<String?> activeCellNotifier
final

The active cell notifier tracking which cell is in edit mode.

Implementation

final ValueNotifier<String?> activeCellNotifier;