initialValue property
T?
initialValue
final
The initial value.
Contract
Throws AssertionError if both the controller and initialValue are provided.
Implementation
final T? initialValue;
The initial value.
Throws AssertionError if both the controller and initialValue are provided.
final T? initialValue;