LinkedTextSplitter class

Constructors

LinkedTextSplitter({required RegExp linkRegExp, required TextStyle linkStyle, required RegExp atSignRegExp, required RegExp hashTagRegExp, required Iterable<String>? filteredMemberList, required Iterable<String>? filteredHashTagList, dynamic onLinkTap(String match)?, dynamic onAtSignTap(String match)?, dynamic onHashTagTap(String match)?})
LinkedTextSplitter.normal({Iterable<String>? filteredMemberList, Iterable<String>? filteredHashTagList, required TextStyle linkStyle, dynamic onLinkTap(String match)?, dynamic onAtSignTap(String match)?, dynamic onHashTagTap(String match)?})

Properties

atSignRegExp RegExp
final
filteredHashTagList Iterable<String>?
getter/setter pair
filteredMemberList Iterable<String>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hashTagRegExp RegExp
final
linkRegExp RegExp
final
linkStyle TextStyle
final
onAtSignTap → (dynamic Function(String match)?)
final
onHashTagTap → (dynamic Function(String match)?)
final
onLinkTap → (dynamic Function(String match)?)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(String text, TextStyle? style) List<TextSpan>
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

Static Properties

defaultAtSignRegExp RegExp
final
defaultHashTagRegExp RegExp
final
defaultLinkRegExp RegExp
final