replacedElementMatcher function

CustomRenderMatcher replacedElementMatcher()

Implementation

CustomRenderMatcher replacedElementMatcher() => (context) {
      return context.tree is ReplacedElement;
    };