OnRenderInlineBlock typedef

OnRenderInlineBlock = Widget Function(BuildTree tree, Widget child)

The callback that will be called after all child nodes have been parsed.

The returning widget will be rendered inline. Use BuildOp.inline to control the alignment and baseline.

Implementation

typedef OnRenderInlineBlock = Widget Function(BuildTree tree, Widget child);