This commit is contained in:
@@ -13,14 +13,14 @@ class ErrorPage extends StatefulWidget {
|
||||
final IconData? errorIcon;
|
||||
|
||||
const ErrorPage({
|
||||
Key? key,
|
||||
super.key,
|
||||
this.title,
|
||||
this.message,
|
||||
this.onRetry,
|
||||
this.onBack,
|
||||
this.errorCode,
|
||||
this.errorIcon,
|
||||
}) : super(key: key);
|
||||
});
|
||||
|
||||
@override
|
||||
State<ErrorPage> createState() => _ErrorPageState();
|
||||
|
||||
Reference in New Issue
Block a user