CustomRenderMatcher typedef
        CustomRenderMatcher =
     bool Function(RenderContext context)
    
    
    
Implementation
typedef CustomRenderMatcher = bool Function(RenderContext context);typedef CustomRenderMatcher = bool Function(RenderContext context);