CircularIconButton constructor
Implementation
CircularIconButton(
{required this.icon,
required this.onPressed,
this.iconColor,
this.backgroundColor,
this.height,
this.iconSize});
CircularIconButton(
{required this.icon,
required this.onPressed,
this.iconColor,
this.backgroundColor,
this.height,
this.iconSize});