showRetry property

bool showRetry
final

Whether to show a retry button when page fails to load.

If set to true, retryBuilder is called to show appropriate retry button.

If set to false, errorBuilder is called instead to show appropriate error.

Implementation

final bool showRetry;