AppBarActionButtonThemeData class

The theme data of AppBarActionButton, which can be got from the subtree by AppBarActionButtonTheme.of.

Mixed in types

Constructors

AppBarActionButtonThemeData({double? iconSize, VisualDensity? visualDensity, EdgeInsetsGeometry? padding, AlignmentGeometry? alignment, double? splashRadius, Color? focusColor, Color? hoverColor, Color? color, Color? splashColor, Color? highlightColor, Color? disabledColor, MouseCursor? mouseCursor, bool? autofocus, bool? enableFeedback, BoxConstraints? constraints})
const

Properties

alignment AlignmentGeometry?
final
autofocus bool?
final
color Color?
final
constraints BoxConstraints?
final
disabledColor Color?
final
enableFeedback bool?
final
focusColor Color?
final
hashCode int
The hash code for this object.
no setteroverride
highlightColor Color?
final
hoverColor Color?
final
iconSize double?
final
mouseCursor MouseCursor?
final
padding EdgeInsetsGeometry?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
splashColor Color?
final
splashRadius double?
final
visualDensity VisualDensity?
final

Methods

copyWith({double? iconSize, VisualDensity? visualDensity, EdgeInsetsGeometry? padding, AlignmentGeometry? alignment, double? splashRadius, Color? focusColor, Color? hoverColor, Color? color, Color? splashColor, Color? highlightColor, Color? disabledColor, MouseCursor? mouseCursor, bool? autofocus, bool? enableFeedback, BoxConstraints? constraints}) AppBarActionButtonThemeData
Creates a copy of this value but with given fields replaced with the new values.
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
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

merge(AppBarActionButtonThemeData data, AppBarActionButtonThemeData? fallback) AppBarActionButtonThemeData
Creates a new value that is a combination of given value and fallback value.