overlay property

List<Widget> overlay
final

Widgets to display in a Stack with this Block.

Positioned may safely be used in the list.

Implementation

final List<Widget> overlay;