@override bool matches(Element elem) { final widget = elem.widget; if(widget is Icon) { return widget.icon == data; } return false; }