CurvedButton constructor
CurvedButton({})
Implementation
CurvedButton(
{super.key,
this.borderColor = Colors.black87,
this.textColor = Colors.black26,
this.width = 60,
this.height = 40,
this.fontSize = 13.0,
required this.text,
this.buttonColor = Colors.white38,
required this.onPressed});