currentValue property
T?
get
currentValue
inherited
The current value of the input.
Implementation
T? get currentValue => _currentValue;
The current value of the input.
T? get currentValue => _currentValue;