selectedRowIdsNotifier property
Notifies row widgets when the selected row IDs change.
Implementation
final ValueNotifier<Set<Object>> selectedRowIdsNotifier = ValueNotifier(<Object>{});
Notifies row widgets when the selected row IDs change.
final ValueNotifier<Set<Object>> selectedRowIdsNotifier = ValueNotifier(<Object>{});