ActionButton constructor
It's a constructor.
Implementation
const ActionButton({
  required this.shakeKeyColors,
  this.displayColoring = true,
  this.selectionColor = CupertinoColors.activeOrange,
  this.background = CupertinoColors.systemFill,
  super.key,
});