matches method

  1. @override
bool matches(
  1. Element elem
)
override

Implementation

@override
  bool matches(Element elem) {
    return elem.widget.runtimeType == widgetType;
  }