onRenderBlock property

OnRenderBlock? onRenderBlock
final

The callback that will be called during widget build.

Returning a new placeholder is allowed.

This only works if it's a block element.

Implementation

final OnRenderBlock? onRenderBlock;