RoboticRevolvingButton constructor
const
RoboticRevolvingButton({})
Implementation
const RoboticRevolvingButton({
super.key,
required this.text,
required this.onTap,
this.width,
this.lineColor,
this.textColor,
this.backgroundColor,
});