ErrorPage constructor

const ErrorPage({
  1. Key? key,
  2. int? errorCode,
  3. String? errorDetail,
  4. String? errorMessage,
  5. VoidCallback? onGoToLogin,
  6. VoidCallback? onGoHome,
})

Implementation

const ErrorPage({super.key, this.errorCode, this.errorDetail, this.errorMessage, this.onGoToLogin, this.onGoHome});