OnRenderInline typedef

OnRenderInline = void Function(BuildTree tree)

The callback that will be called before flattening.

This is the last chance to modify the BuildTree for inline rendering.

Implementation

typedef OnRenderInline = void Function(BuildTree tree);