RenderFn<S> typedef
RenderFn<S> =
void Function(RenderContext ctx, S state)
Implementation
typedef RenderFn<S> = void Function(RenderContext ctx, S state);
typedef RenderFn<S> = void Function(RenderContext ctx, S state);