MaterialIconButtonData constructor
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,
Implementation
MaterialIconButtonData({
super.widgetKey,
super.icon,
super.onPressed,
super.padding,
super.color,
super.disabledColor,
this.alignment,
this.highlightColor,
this.iconSize = 24.0,
this.splashColor,
this.tooltip,
this.focusColor,
this.hoverColor,
this.focusNode,
this.autofocus,
this.enableFeedback,
this.visualDensity,
this.constraints,
this.splashRadius,
this.mouseCursor,
this.isSelected,
this.selectedIcon,
this.style,
});