HighlightedWord class

It stores the layout data about a word

Constructors

HighlightedWord({TextStyle? textStyle, void onTap(String link)?, BoxDecoration? decoration, EdgeInsetsGeometry? padding})
Constructs a HighlightedWord.

Properties

decoration BoxDecoration?
Decoration for highlighted word.
final
hashCode int
The hash code for this object.
no setterinherited
onTap → (void Function(String link)?)
Called when highlighted word is tapped.
final
padding EdgeInsetsGeometry?
Padding for highlighted word.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textStyle TextStyle?
Text style of highlighted word.
final

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