onRetryForNothing property

(void Function()?) onRetryForNothing
final

The refresh handler to perform retry logic, for nothing. If this value is null, onRefresh will be used instead.

Implementation

final void Function()? onRetryForNothing;