SelectionController<T> constructor
Creates a new SelectionController.
Implementation
SelectionController({required this.options, int initialIndex = 0})
: _selectedIndex = initialIndex,
_focusedIndex = initialIndex;
Creates a new SelectionController.
SelectionController({required this.options, int initialIndex = 0})
: _selectedIndex = initialIndex,
_focusedIndex = initialIndex;