views property

List<DashboardView> views
getter/setter pair

The current views on the screen.

Implementation

List<DashboardView> views = [
  DashboardView.cameraViews[0],
];