HyperLink class
- Inheritance
-
- Object
- LinkWidget
- HyperLink
Constructors
- HyperLink.new(BuildContext context, String text, {double? fontSize})
Properties
- context → BuildContext
-
finalinherited
- fontSize → double?
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- richText → Widget
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- text → String
-
final
-
textSpans
→ List<
TextSpan> -
finalinherited
- textStyle → TextStyle
-
no setterinherited
- withLink → Widget
-
no setteroverride
Methods
-
addLink(
String text, Link link) → void -
inherited
-
addMention(
String text, BuildContext context, Mention mention) → void -
inherited
-
addText(
String text) → void -
inherited
-
extractNonUrlText(
String content) → String -
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