IconButtonXStyle class

Constructors

IconButtonXStyle({double? iconSize, VisualDensity? visualDensity, EdgeInsetsGeometry padding = const EdgeInsets.all(8.0), Alignment alignment = Alignment.center, double? splashRadius, Color? color, Color? focusColor, Color? hoverColor, Color? highlightColor, Color? splashColor, Color? disabledColor, MouseCursor? mouseCursor, bool autofocus = false, String? tooltip, bool enableFeedback = true, BoxConstraints? constraints, IconXStyle? icon})

Properties

alignment Alignment
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
icon IconXStyle?
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
tooltip String?
final
visualDensity VisualDensity?
final

Methods

iconButton({Key? key, double? iconSize, VisualDensity? visualDensity, EdgeInsets? padding, Alignment? alignment, double? splashRadius, Color? color, Color? focusColor, Color? hoverColor, Color? highlightColor, Color? splashColor, Color? disabledColor, required VoidCallback? onPressed, MouseCursor? mouseCursor, FocusNode? focusNode, bool? autofocus, String? tooltip, bool? enableFeedback, BoxConstraints? constraints, required Widget icon}) IconButton
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