valueConverter property

ValueConverter? get valueConverter

An optional value converter to be used if the value needs to be changed when moving back and forth from the widget to the source.

Implementation

fmvvm_interfaces.ValueConverter? get valueConverter => _valueConverter;