IconButtonModifier class

WidgetModifier for IconButton widget.

Implemented types

Constructors

IconButtonModifier({Key? key, double? iconSize, VisualDensity? visualDensity, EdgeInsetsGeometry padding = const EdgeInsets.all(8.0), AlignmentGeometry alignment = Alignment.center, double? splashRadius, Color? color, Color? focusColor, Color? hoverColor, Color? highlightColor, Color? splashColor, Color? disabledColor, required VoidCallback? onPressed, MouseCursor? mouseCursor, FocusNode? focusNode, bool autofocus = false, String? tooltip, bool enableFeedback = true, BoxConstraints? constraints})

Properties

alignment AlignmentGeometry
getter/setter pair
autofocus bool
getter/setter pair
color Color?
getter/setter pair
constraints BoxConstraints?
getter/setter pair
disabledColor Color?
getter/setter pair
enableFeedback bool
getter/setter pair
focusColor Color?
getter/setter pair
focusNode FocusNode?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
highlightColor Color?
getter/setter pair
hoverColor Color?
getter/setter pair
iconSize double?
getter/setter pair
key Key?
getter/setter pair
mouseCursor MouseCursor?
getter/setter pair
onPressed VoidCallback?
getter/setter pair
padding EdgeInsetsGeometry
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
splashColor Color?
getter/setter pair
splashRadius double?
getter/setter pair
tooltip String?
getter/setter pair
visualDensity VisualDensity?
getter/setter pair

Methods

body(Widget content) IconButton
override
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