convert abstract method

Object convert(
  1. Object source,
  2. Object? value, {
  3. Object? parameter,
})

Converts data from a BindableBase property into a format usable by a widget.

Implementation

Object convert(Object source, Object? value, {Object? parameter});