TextMessageOptions class

Annotations

Constructors

TextMessageOptions({bool isTextSelectable = true, void onLinkPressed(String)?, bool openOnPreviewImageTap = false, bool openOnPreviewTitleTap = false, List<MatchText> matchers = const []})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
isTextSelectable bool
Whether user can tap and hold to select a text content.
final
matchers List<MatchText>
Additional matchers to parse the text.
final
onLinkPressed → (void Function(String)?)
Custom link press handler.
final
openOnPreviewImageTap bool
See LinkPreview.openOnPreviewImageTap.
final
openOnPreviewTitleTap bool
See LinkPreview.openOnPreviewTitleTap.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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