CircularIconButton constructor
const
CircularIconButton({})
Implementation
const CircularIconButton(
{super.key,
required this.icon,
required this.onPressed,
required this.color,
required this.width,
required this.height,
required this.iconSize, required this.colorIcon});