selectedKey property
K?
selectedKey
final
The initially selected key.
When provided with keyExtractor, the widget will try to find and select the item with this key. If the item hasn't been loaded yet, it will be selected when the data loads.
Implementation
final K? selectedKey;