StatusError constructor
const
StatusError({
- Key? key,
- GestureTapCallback? onRetry,
Implementation
const StatusError({Key? key, this.onRetry}) : super(key: key);
const StatusError({Key? key, this.onRetry}) : super(key: key);