HyperlinkButtonThemeData class

Annotations

Constructors

HyperlinkButtonThemeData({HSLColor? color, HSLColor? hoverColor, TextStyle? textStyle, HSLColor? highlightColor})
const

Properties

color HSLColor?
final
hashCode int
The hash code for this object.
no setteroverride
highlightColor HSLColor?
final
hoverColor HSLColor?
final
isConcrete bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textStyle TextStyle?
final

Methods

copyWidth({HSLColor? color, HSLColor? hoverColor, HSLColor? highlightColor, TextStyle? textStyle}) HyperlinkButtonThemeData
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.
override