MaterialIconButtonData class
Constructors
- MaterialIconButtonData({Key? widgetKey, Widget? icon, void onPressed()?, EdgeInsets? padding, Color? color, Color? disabledColor, AlignmentGeometry? alignment, Color? highlightColor, double? iconSize = 24.0, Color? splashColor, String? tooltip, Color? focusColor, Color? hoverColor, FocusNode? focusNode, bool? autofocus, bool? enableFeedback, VisualDensity? visualDensity, BoxConstraints? constraints, double? splashRadius, MouseCursor? mouseCursor, bool? isSelected, Widget? selectedIcon, ButtonStyle? style})
Properties
- alignment → AlignmentGeometry?
-
final
- autofocus → bool?
-
final
- color → Color?
-
finalinherited
- constraints → BoxConstraints?
-
final
- disabledColor → Color?
-
finalinherited
- enableFeedback → bool?
-
final
- focusColor → Color?
-
final
- focusNode → FocusNode?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- highlightColor → Color?
-
final
- hoverColor → Color?
-
final
- icon → Widget?
-
finalinherited
- iconSize → double?
-
final
- isSelected → bool?
-
final
- mouseCursor → MouseCursor?
-
final
- onPressed → void Function()?
-
finalinherited
- padding → EdgeInsets?
-
finalinherited
- 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
- widgetKey → Key?
-
finalinherited
Methods
-
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