AnimatedGetStartedButton constructor
const
AnimatedGetStartedButton({})
Implementation
const AnimatedGetStartedButton({
super.key,
required this.text,
required this.onTap,
this.width,
this.height,
this.icon = Icons.rocket_launch,
this.isLoading = false,
});