HelpButtonThemeData class

A style that overrides the default appearance of HelpButtons when it's used with HelpButtonTheme or with the overall MacosTheme's MacosThemeData.helpButtonTheme.

See also:

Mixed in types

Constructors

HelpButtonThemeData({Color? color, Color? disabledColor})
Creates a HelpButtonThemeData.
const

Properties

color Color?
The default background color for HelpButton
final
disabledColor Color?
The default disabled color for HelpButton
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({Color? color, Color? disabledColor}) HelpButtonThemeData
Copies one HelpButtonThemeData to another.
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
override
merge(HelpButtonThemeData? other) HelpButtonThemeData
Merges this HelpButtonThemeData with another.
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
toStringShort() String
A brief description of this object, usually just the runtimeType and the hashCode.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override

Static Methods

lerp(HelpButtonThemeData a, HelpButtonThemeData b, double t) HelpButtonThemeData
Linearly interpolate between two tooltip themes.