HighlightItem class

The highlighted word information you want to show

Constructors

HighlightItem({TextRange? range, String? text, required TextStyle textStyle, dynamic customConfig})

Properties

customConfig → dynamic
This custom configuration that can be used for information callback
final
hashCode int
The hash code for this object.
no setterinherited
range TextRange?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String?
final
textStyle TextStyle
final

Methods

copyWith({TextRange? range, String? text, TextStyle? textStyle, dynamic customConfig}) HighlightItem
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