SelectableIcon constructor
const
SelectableIcon({})
Implementation
const SelectableIcon({
super.key,
required this.isSelected,
this.selectedIcon,
this.unSelectedIcon,
this.iconSize,
this.selectedIconColor,
this.unSelectedIconColor,
this.selectedCircleColor,
this.unSelectedCircleColor,
this.circleWide,
});