const ButtonHelper( {Key? key, this.title, this.icon, this.color, this.onPressed}) : super(key: key);