CallActionButton constructor
const
CallActionButton({})
Implementation
const CallActionButton({
super.key,
required this.icon,
required this.label,
required this.onTap,
this.active = false,
this.activeColor,
this.size = 64,
});