TextSpanProperties class

Properties for the LocalizedRichTextKey TextSpan:

GestureRecognizer? recognizer;
MouseCursor? mouseCursor;
void Function(PointerEnterEvent)? onEnter;
void Function(PointerExitEvent)? onExit;
String? semanticsLabel;
Locale? locale;
bool? spellOut;

Constructors

TextSpanProperties.new({GestureRecognizer? recognizer, MouseCursor? mouseCursor, void onEnter(PointerEnterEvent)?, void onExit(PointerExitEvent)?, String? semanticsLabel, Locale? locale, bool? spellOut})

Properties

hashCode int
The hash code for this object.
no setterinherited
locale Locale?
getter/setter pair
mouseCursor MouseCursor?
getter/setter pair
onEnter ↔ void Function(PointerEnterEvent)?
getter/setter pair
onExit ↔ void Function(PointerExitEvent)?
getter/setter pair
recognizer GestureRecognizer?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
semanticsLabel String?
getter/setter pair
spellOut bool?
getter/setter pair

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