transformedValue property

dynamic transformedValue

Implementation

dynamic get transformedValue => widget.valueTransformer?.call(value) ?? value;