prototype property

Widget prototype
final

The widget whose constraints are going to be imposed in child.

This widget is never laid out, as we use RenderBox.computeDryLayout to compute its size.

This widget is never painted.

The semantics of this widget are not included in the semantics tree.

Implementation

final Widget prototype;