@override Widget build({Color? color, double? size}) { return Icon( icon, color: color, size: size, ); }