stageWidth property

double stageWidth

The current width of the Stage.

Implementation

double get stageWidth {
  return _size?.width ?? 0;
}