CircularIconLabel constructor
const
CircularIconLabel({})
Implementation
const CircularIconLabel(
{super.key,
required this.label,
required this.icon,
this.iconColor,
this.iconSize = 24,
this.backgroundColor,
this.labelWidth = 70,
this.circleSize = 50,
this.onTap,
this.textStyle,
this.useBoxShadow = true});