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