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