CircularButton constructor
const
CircularButton({})
Implementation
const CircularButton({
super.key,
required this.icon,
required this.size,
required this.color,
required this.index,
required this.isNotGreyed,
this.onTap,
this.viewOnly = false,
});