ErrorView constructor

const ErrorView({
  1. Key? key,
  2. required Function reload,
})

Implementation

const ErrorView({Key? key, required this.reload});