ActerInlineTextButton class

InlineTextButton for text inlined actions

This is a TextButton that highlights the given text using the theme.inlineTextTheme. 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 TextButton for options.

Constructors

ActerInlineTextButton({dynamic key, required dynamic onPressed, required dynamic child, dynamic onLongPress, dynamic onHover, dynamic onFocusChange, dynamic style, dynamic focusNode, dynamic autofocus = false, dynamic clipBehavior = Clip.none, dynamic statesController})
const
ActerInlineTextButton.icon({dynamic key, required dynamic onPressed, dynamic onLongPress, dynamic style, dynamic focusNode, bool? autofocus, dynamic clipBehavior, dynamic statesController, required dynamic icon, required dynamic label})
factory

Properties

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
themeStyleOf(dynamic context) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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