Gets and sets the height of the Stage in world coordinates. The initial value of sourceHeight is the height of the canvas element or the height provided in the constructor of the Stage.
Source
int get sourceHeight => _sourceHeight;
Source
set sourceHeight(int value) { _sourceHeight = ensureInt(value); _updateCanvasSize(); }