fieldPresentationFn property

(Widget Function(Widget fieldWidget, {bool selectionIsValid})?) fieldPresentationFn
final

fieldPresentationFn Function returning a Widget to customize the display of the field.

Implementation

final Widget Function(Widget fieldWidget, {bool selectionIsValid})?
    fieldPresentationFn;