elements property

List<T> elements

The SceneElements currently in the Scene above the Window.

Implementation

List<T> get elements {
  if (kDebugMode) {
    _debugCheckIsRegistered();
  }

  return _elements!;
}