IconButtonData constructor

const IconButtonData({
  1. double? iconSize,
  2. VisualDensity? visualDensity,
  3. EdgeInsetsGeometry? padding,
  4. AlignmentGeometry? alignment,
  5. double? splashRadius,
  6. Color? color,
  7. Color? focusColor,
  8. Color? hoverColor,
  9. Color? highlightColor,
  10. Color? splashColor,
  11. Color? disabledColor,
  12. MouseCursor? mouseCursor,
  13. bool autofocus = false,
  14. String? tooltip,
  15. bool? enableFeedback,
  16. BoxConstraints? constraints,
  17. ButtonStyle? style,
  18. bool? isSelected,
  19. Widget? selectedIcon,
})

Implementation

const IconButtonData({
  this.iconSize,
  this.visualDensity,
  this.padding,
  this.alignment,
  this.splashRadius,
  this.color,
  this.focusColor,
  this.hoverColor,
  this.highlightColor,
  this.splashColor,
  this.disabledColor,
  this.mouseCursor,
  this.autofocus = false,
  this.tooltip,
  this.enableFeedback,
  this.constraints,
  this.style,
  this.isSelected,
  this.selectedIcon,
});