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