BigCallButton constructor
const
BigCallButton({})
Implementation
const BigCallButton({
super.key,
required this.color,
required this.icon,
required this.label,
required this.onTap,
this.size = 76,
});
const BigCallButton({
super.key,
required this.color,
required this.icon,
required this.label,
required this.onTap,
this.size = 76,
});