stageHeight property

double stageHeight

The current height of the Stage.

Implementation

double get stageHeight {
  return _size?.height ?? 0;
}