CustomRender typedef

CustomRender = dynamic Function(RenderContext context, Widget parsedChild)

Implementation

typedef CustomRender = dynamic Function(
  RenderContext context,
  Widget parsedChild,
);