builder property

(Widget Function(BuildContext context, String message)?) builder
getter/setter pair

A way to customize the widget that is used across the library to show error hints. By default a localized text is used with a color set to ColorScheme.error under MaterialApp and CupertinoColors.destructiveRed under CupertinoApp.

Implementation

static Widget Function(BuildContext context, String message)? builder;