errorChild property

ErrorChildBuilder? errorChild
final

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

Implementation

final ErrorChildBuilder? errorChild;