ErrorPage class

ErrorPage shows a full-screen error to the user (covering other internal errors)

Constructors

ErrorPage({dynamic key, required dynamic background, required Object error, required StackTrace stack, String? title, String? text, String textBuilder(Object error)?, dynamic onRetryTap, double borderRadius = 15.0, bool includeBugReportButton = true})
const

Properties

background → dynamic
Put this widget in the Background of the screen to give context
final
borderRadius double
Dialog Border Radius
final
error Object
final
hashCode int
The hash code for this object.
no setterinherited
includeBugReportButton bool
final
onRetryTap → dynamic
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stack StackTrace
final
text String?
final
textBuilder String Function(Object error)?
final
title String?
final

Methods

build(dynamic context) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

dialogKey → const dynamic