SelectController<T> constructor

SelectController<T>([
  1. T? value
])

Creates a SelectController with an optional initial value.

The value parameter sets the initial selected item. Can be null to start with no selection.

Parameters:

  • value (T?, optional): Initial selected value

Implementation

SelectController([super.value]);