value property

T? value

The current value of the form field.

Implementation

T? get value => _value;