onRenderInline property

OnRenderInline? onRenderInline
final

The callback that will be called before flattening.

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

Implementation

final OnRenderInline? onRenderInline;