ActerErrorDialog class

Constructors

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

Properties

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
errorDialog(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

Static Methods

show({required dynamic context, required Object error, StackTrace? stack, String? title, String? text, dynamic onRetryTap, String textBuilder(Object error)?, bool includeBugReportButton = true, double borderRadius = 15.0}) Future

Constants

retryBtn → const dynamic