rowsPerPageIndexNotifier property

ValueNotifier<int?> rowsPerPageIndexNotifier
finalinherited

Implementation

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