ActionArea constructor
const
ActionArea({})
Implementation
const ActionArea({
super.key,
required this.diameter,
required this.icon,
required this.position,
required this.onAccept,
this.backgroundColor = Colors.amber,
this.borderColor = Colors.black,
});