initialValue property
The initial value for this component when no controller is provided.
This value is used only when controller is null. It sets the component's initial state and is ignored if a controller is present.
Implementation
@override
final T? initialValue;