errorBuilder property

Widget Function(Object error)? errorBuilder
final

Builder for error states. Defaults to Text with error message.

Implementation

final Widget Function(Object error)? errorBuilder;