TalkerWrapperOptions class

Options for TalkerWrapper

Constructors

TalkerWrapperOptions.new({String exceptionTitle = 'Error occurred', String errorTitle = 'Error occurred', TalkerExceptionBuilder? exceptionAlertBuilder, TalkerErrorBuilder? errorAlertBuilder, bool enableErrorAlerts = false, bool enableExceptionAlerts = true})
const

Properties

enableErrorAlerts bool
TalkerWrapper will show error message if field is true
final
enableExceptionAlerts bool
TalkerWrapper will show exceptions message if field is true
final
errorAlertBuilder TalkerErrorBuilder?
Field for customizing the displayed error widget
final
errorTitle String
Used for custom snackbar title
final
exceptionAlertBuilder TalkerExceptionBuilder?
Field for customizing the displayed exception widget
final
exceptionTitle String
Used for custom snackbar title
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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