MacosIconButtonThemeData constructor

const MacosIconButtonThemeData({
  1. Color? backgroundColor,
  2. Color? hoverColor,
  3. Color? disabledColor,
  4. BoxShape? shape,
  5. BorderRadius? borderRadius,
  6. BoxConstraints? boxConstraints,
  7. EdgeInsetsGeometry? padding,
})

Implementation

const MacosIconButtonThemeData({
  this.backgroundColor,
  this.hoverColor,
  this.disabledColor,
  this.shape,
  this.borderRadius,
  this.boxConstraints,
  this.padding,
});