views property

List<Widget> views

The View descendants of this widget.

The Views may be wrapped in other non-RenderObjectWidgets (e.g. InheritedWidgets). However, no RenderObjectWidget is allowed to appear between the ViewCollection and the next View widget.

Implementation

List<Widget> get views => _views;