width property

double get width

Screen width in logical pixels.

Implementation

static double get width {
  _assertInitialized();
  return _screenSize.width;
}