CircularButtons constructor
const
CircularButtons({})
Implementation
const CircularButtons({
super.key,
required this.icon,
required this.onTap,
required this.foregroundColor,
required this.backgroundColor,
});