RoundedButton constructor
const
RoundedButton({})
Implementation
const RoundedButton(
{Key? key,
this.radius,
this.splashColor,
this.textColor,
this.buttonColor,
required this.title,
required this.onPressed})
: super(key: key);