selectedRowIdsNotifier property

ValueNotifier<Set<Object>> selectedRowIdsNotifier
final

Notifies row widgets when the selected row IDs change.

Implementation

final ValueNotifier<Set<Object>> selectedRowIdsNotifier = ValueNotifier(<Object>{});