treeRowNodesPagesNotifier property

ValueNotifier<List<List<TreeRowNode>>?> treeRowNodesPagesNotifier
finalinherited

Implementation

final ValueNotifier<List<List<TreeRowNode>>?> treeRowNodesPagesNotifier =
    ValueNotifier<List<List<TreeRowNode>>?>(null);