RoundedButton constructor
const
RoundedButton({})
Implementation
const RoundedButton({
super.key,
required this.title,
required this.onTap,
this.color = Colors.blue,
this.textColor = Colors.white,
this.radius = 30,
this.height = 48,
this.prefixIcon, this.textSize,
});