SingleSelectController<T> constructor

SingleSelectController<T>(
  1. T? _value
)

Creates a controller with the given initial selection.

Implementation

SingleSelectController(super._value);