errorBuilder property

Widget Function(BuildContext, String) errorBuilder
final

The builder for errors displayed below the description. Defaults to displaying the error message.

It is not rendered if the group is disabled or part of a FTileGroup.

Implementation

final Widget Function(BuildContext, String) errorBuilder;