const CustomHero( {Key? key, this.child = const Material(), this.tag = 0, this.color}) : super(key: key);