keepSelectedItemsBetweenUpdates property Null safety
final
If true
: when you update dataSource then selected indexes will update
so that the same elements in new dataSource are selected
If false
: selected indexes will have not automatically updates during dataSource update
Implementation
final bool keepSelectedItemsBetweenUpdates;