RadialMenuCenterButton constructor
RadialMenuCenterButton({})
Implementation
RadialMenuCenterButton({
required this.isOpen,
required this.openCloseAnimationController,
super.key,
this.activateAnimationController,
this.onPressed,
this.iconColor,
this.closedColor,
this.openedColor,
this.size = _defaultButtonSize,
}) : _progress = Tween<double>(begin: 0.0, end: 1.0).animate(CurvedAnimation(
parent: openCloseAnimationController,
curve: const Interval(0.0, 0.5, curve: Curves.ease)));