ButtonIconCircularComponent constructor
const
ButtonIconCircularComponent({})
Implementation
const ButtonIconCircularComponent(
{this.fillColor = Colors.transparent,
required this.iconData,
this.iconColor = Colors.blue,
this.outlineColor = Colors.transparent,
this.notificationFillColor = Colors.red,
this.notificationCount,
this.onPressed,
this.radius = 48.0,
Key? key})
: super(key: key);