initialValue property

T? get initialValue

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

T? get initialValue;