RichTextView class

Creates a RichText widget that supports emails, mentions, hashtags and more.

When viewLessText is specified, toggling between view more and view less will be supported.

For displaying a rich text editor, see the RichTextEditor class

Inheritance

Constructors

RichTextView({Key? key, required String text, required List<ParserType> supportedTypes, required bool truncate, required TextStyle linkStyle, TextStyle? style, bool toggleTruncate = false, RegexOptions regexOptions = const RegexOptions(), TextAlign textAlign = TextAlign.start, TextDirection? textDirection = TextDirection.ltr, bool softWrap = true, TextOverflow overflow = TextOverflow.clip, double textScaleFactor = 1.0, StrutStyle? strutStyle, TextWidthBasis textWidthBasis = TextWidthBasis.parent, int? maxLines, GestureTapCallback? onTap, dynamic onMore()?, String viewMoreText = 'more', String? viewLessText, TextStyle? viewMoreLessStyle, bool selectable = false})

Properties

hashCode int
The hash code for this object.
no setterinherited
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
linkStyle TextStyle
final
maxLines int?
final
onMore → (dynamic Function()?)
final
onTap GestureTapCallback?
final
overflow TextOverflow
final
regexOptions RegexOptions
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectable bool
final
softWrap bool
final
strutStyle StrutStyle?
final
style TextStyle?
final
supportedTypes List<ParserType>
final
text String
final
textAlign TextAlign
final
textDirection TextDirection?
final
textScaleFactor double
final
textWidthBasis TextWidthBasis
final
toggleTruncate bool
final
truncate bool
final
viewLessText String?
if included, will show a view less text
final
viewMoreLessStyle TextStyle?
the view more and view less text's style
final
viewMoreText String
the view more text if truncate is true
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() State<RichTextView>
Creates the mutable state for this widget at a given location in the tree.
override
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited