KaiAnimationButton constructor
const
KaiAnimationButton({})
Implementation
const KaiAnimationButton(
{Key? key,
required this.text,
required this.innerCircleColor,
required this.outerRingColor,
this.style,
required this.onTap,
required this.innerWidth,
required this.outerRingWidth,
required this.outerRingHeight})
: super(key: key);