onWidgets property

Iterable<Widget> Function(BuildMetadata meta, Iterable<WidgetPlaceholder> widgets) onWidgets
final

The callback that will be called when child elements have been built.

Note: only works if it's a block element.

Implementation

BuildMetadata meta, Iterable widgets) onWidgets