RoundedButton constructor
const
RoundedButton({})
Implementation
const RoundedButton({
Key? key,
required this.onTap,
required this.buttonText,
this.color,
this.disabled = false,
this.loading = false,
}) : super(key: key);