ErrorPage constructor
const
ErrorPage({
- Key? key,
- int? errorCode,
- String? errorDetail,
- String? errorMessage,
- VoidCallback? onGoToLogin,
- VoidCallback? onGoHome,
Implementation
const ErrorPage({super.key, this.errorCode, this.errorDetail, this.errorMessage, this.onGoToLogin, this.onGoHome});