HyperlinkThemeData class

Theme data for HyperlinkButton.

Annotations

Constructors

HyperlinkThemeData({Color? color, Color? hoverColor, TextStyle? textStyle, Color? highlightColor})
Creates a HyperlinkThemeData.
const

Properties

color Color?
The color of the hyperlink text.
final
hashCode int
The hash code for this object.
no setteroverride
highlightColor Color?
The color of the hyperlink text when highlighted.
final
hoverColor Color?
The color of the hyperlink text when hovered.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textStyle TextStyle?
The text style of the hyperlink.
final

Methods

copyWith({Color? color, Color? hoverColor, TextStyle? textStyle, Color? highlightColor}) HyperlinkThemeData
Makes a copy of HyperlinkThemeData overwriting selected fields.
merge(HyperlinkThemeData? other) HyperlinkThemeData
Merges the theme data HyperlinkThemeData.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(covariant HyperlinkThemeData other) bool
The equality operator.
override