error property

String? error
final

When error is not null it will be rendered errorBuilder on the end of the list Useful to create a "try again" widget

Implementation

final String? error;