selectedKeys property

List<K>? selectedKeys
final

The initially selected keys.

When provided with keyExtractor, the widget will try to find and select items with these keys. If items haven't been loaded yet, they will be selected when the data loads.

Implementation

final List<K>? selectedKeys;