displayBuilder property

Widget Function(BuildContext context, T value) displayBuilder
final

Function that builds the widget to display the current value.

Called whenever the field needs to render its content. Receives the current build context and value of type T.

Implementation

final Widget Function(BuildContext context, T value) displayBuilder;