Hyperlink class

Constructors

const

Properties

enable bool
Enable and disable hyperlink feature. By default, it is enabled.
final
hashCode int
The hash code for this object.
no setterinherited
onTap → void Function(BuildContext context, String url)?
On the tap of link, you can change the behavious from here.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style TextStyle
Change the text style for clickable link.
final

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