ButttonWithIcon constructor
const
ButttonWithIcon({})
Implementation
const ButttonWithIcon(
{Key? key,
required this.title,
required this.onPressed,
this.buttonColor,
required this.icon,
this.color})
: super(key: key);