ActerInlineErrorButton class

InlineErrorButton for text inlined actions

This is a ErrorButton that highlights the given text using the theme.inlineErrorTheme. Thus this is super useful if you have some text and want a specific part of it to be highlighted to the user indicating it has an action. See ErrorButton for options.

Constructors

ActerInlineErrorButton({dynamic key, required Object error, dynamic icon, StackTrace? stack, String? dialogTitle, String? text, String textBuilder(Object error)?, dynamic onRetryTap, bool includeBugReportButton = true})
const
ActerInlineErrorButton.icon({dynamic key, required Object error, StackTrace? stack, required dynamic icon, String? dialogTitle, String? text, String textBuilder(Object error)?, dynamic onRetryTap, bool includeBugReportButton = true})
const

Properties

dialogTitle String?
final
error Object
final
hashCode int
The hash code for this object.
no setterinherited
icon → dynamic
final
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

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