currentValue property

T? get currentValue
inherited

The current value of the input.

Implementation

T? get currentValue => _currentValue;