fieldPresentationFn property Null safety
final
fieldPresentationFn Function returning a Widget to customize the display of the field.
Implementation
final Widget Function(Widget fieldWidget, {bool selectionIsValid})?
fieldPresentationFn;