stage property

Stage? stage

Returns the Stage instance associated with this ScenePainter. The Stage is the root display object for the GraphX scene.

Implementation

Stage? get stage {
  return _stage;
}