AppBarActionButtonThemeData constructor

const AppBarActionButtonThemeData({
  1. double? iconSize,
  2. VisualDensity? visualDensity,
  3. EdgeInsetsGeometry? padding,
  4. AlignmentGeometry? alignment,
  5. double? splashRadius,
  6. Color? focusColor,
  7. Color? hoverColor,
  8. Color? color,
  9. Color? splashColor,
  10. Color? highlightColor,
  11. Color? disabledColor,
  12. MouseCursor? mouseCursor,
  13. bool? autofocus,
  14. bool? enableFeedback,
  15. BoxConstraints? constraints,
})

Implementation

const AppBarActionButtonThemeData({
  this.iconSize,
  this.visualDensity,
  this.padding,
  this.alignment,
  this.splashRadius,
  this.focusColor,
  this.hoverColor,
  this.color,
  this.splashColor,
  this.highlightColor,
  this.disabledColor,
  this.mouseCursor,
  this.autofocus,
  this.enableFeedback,
  this.constraints,
});