overlay property

List<Widget> overlay
final

The widgets to overlay on the child.

Works like Stack.children — use Positioned widgets to position content relative to the child's bounds. Content can overflow the child's bounds and still receive hit events.

Implementation

final List<Widget> overlay;