LVRichTextConfig class

Constructors

LVRichTextConfig({Key? key, required dynamic targetString, String stringBeforeTarget = '', String stringAfterTarget = '', bool matchWordBoundaries = true, bool matchLeftWordBoundary = true, bool matchRightWordBoundary = true, bool superScript = false, bool subScript = false, TextStyle? style, GestureRecognizer? recognizer, bool hasSpecialCharacters = false, LVRichTextMatchOption matchOption = LVRichTextMatchOption.all, List<int>? matchSpecifiedIndexs, LVRichTextMatchBuilder? matchBuilder})

Properties

hashCode int
The hash code for this object.
no setterinherited
hasSpecialCharacters bool
final
matchBuilder LVRichTextMatchBuilder?
final
matchLeftWordBoundary bool
final
matchOption LVRichTextMatchOption
final
matchRightWordBoundary bool
final
matchSpecifiedIndexs List<int>?
final
matchWordBoundaries bool
final
recognizer GestureRecognizer?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringAfterTarget String
final
stringBeforeTarget String
final
style TextStyle?
final
subScript bool
final
superScript bool
final
targetString → dynamic
final

Methods

copyWith({dynamic targetString, dynamic stringBeforeTarget, dynamic stringAfterTarget, dynamic matchWordBoundaries, dynamic matchLeftWordBoundary, dynamic matchRightWordBoundary, dynamic superScript, dynamic subScript, dynamic style, dynamic urlType, dynamic recognizer, dynamic hasSpecialCharacters, dynamic matchOption, dynamic matchSpecifiedIndexs}) LVRichTextConfig
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