Linkify class
Turns URLs into links
- Inheritance
Constructors
-
Linkify({Key? key, String? text, List<
Linkifier> ? linkifiers = defaultLinkifiers, LinkCallback? onOpen, dynamic onOpenHashtag(String)?, LinkifyOptions? options = const LinkifyOptions(), TextStyle? style, TextStyle? linkStyle, dynamic onOpenUser()?, TextAlign? textAlign = TextAlign.start, TextDirection? textDirection, int? maxLines, String? userTag, TextOverflow? overflow = TextOverflow.clip, double? textScaleFactor = 1.0, bool? softWrap = true, StrutStyle? strutStyle, Locale? locale, TextWidthBasis? textWidthBasis = TextWidthBasis.parent, TextHeightBehavior? textHeightBehavior}) -
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → Key?
-
Controls how one widget replaces another widget in the tree.
finalinherited
-
linkifiers
→ List<
Linkifier> ? -
Linkifiers to be used for linkify
final
- linkStyle → TextStyle?
-
Style of link text
final
- locale → Locale?
-
Used to select a font when the same Unicode character can
be rendered differently, depending on the locale
final
- maxLines → int?
-
The maximum number of lines for the text to span, wrapping if necessary
final
- onOpen → LinkCallback?
-
Callback for tapping a link
final
- onOpenHashtag → dynamic Function(String)?
-
final
- onOpenUser → dynamic Function()?
-
final
- options → LinkifyOptions?
-
linkify's options.
final
- overflow → TextOverflow?
-
How visual overflow should be handled.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- softWrap → bool?
-
Whether the text should break at soft line breaks.
final
- strutStyle → StrutStyle?
-
The strut style used for the vertical layout
final
- style → TextStyle?
-
Style for non-link text
final
- text → String?
-
Text to be linkified
final
- textAlign → TextAlign?
-
How the text should be aligned horizontally.
final
- textDirection → TextDirection?
-
Text direction of the text
final
- textHeightBehavior → TextHeightBehavior?
-
Defines how the paragraph will apply TextStyle.height to the ascent of the first line and descent of the last line.
final
- textScaleFactor → double?
-
The number of font pixels for each logical pixel
final
- textWidthBasis → TextWidthBasis?
-
Defines how to measure the width of the rendered text.
final
- userTag → String?
-
final
Methods
-
build(
BuildContext context) → Widget -
Describes the part of the user interface represented by this widget.
override
-
createElement(
) → StatelessElement -
Creates a StatelessElement to manage this widget's location in the tree.
inherited
-
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, int wrapWidth = 65}) → 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