errorWidget property

Widget? errorWidget
final

Custom widget shown when isError is true. If null, default error UI with errorMessage is used.

Implementation

final Widget? errorWidget;