StatusError constructor

const StatusError({
  1. Key? key,
  2. GestureTapCallback? onRetry,
})

Implementation

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