errorChild property

Widget? errorChild
final

A widget to display if an error ocurred. Defaults to a centered Icon with Icons.error and the error itsef;

Implementation

final Widget? errorChild;