IconButtonData class

Annotations

Constructors

IconButtonData({double? iconSize, VisualDensity? visualDensity, EdgeInsetsGeometry? padding, AlignmentGeometry? alignment, double? splashRadius, Color? color, Color? focusColor, Color? hoverColor, Color? highlightColor, Color? splashColor, Color? disabledColor, MouseCursor? mouseCursor, bool autofocus = false, String? tooltip, bool? enableFeedback, BoxConstraints? constraints, ButtonStyle? style, bool? isSelected, Widget? selectedIcon})
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 setterinherited
highlightColor Color?
final
hoverColor Color?
final
iconSize double?
final
isSelected bool?
final
mouseCursor MouseCursor?
final
padding EdgeInsetsGeometry?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedIcon Widget?
final
splashColor Color?
final
splashRadius double?
final
style ButtonStyle?
final
tooltip String?
final
visualDensity VisualDensity?
final

Methods

copyWith({double? iconSize, VisualDensity? visualDensity, EdgeInsetsGeometry? padding, AlignmentGeometry? alignment, double? splashRadius, Color? color, Color? focusColor, Color? hoverColor, Color? highlightColor, Color? splashColor, Color? disabledColor, MouseCursor? mouseCursor, bool? autofocus, String? tooltip, bool? enableFeedback, BoxConstraints? constraints, ButtonStyle? style, bool? isSelected, Widget? selectedIcon}) IconButtonData
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