screenWidth property

int? get screenWidth

Implementation

int? get screenWidth => _$this._screenWidth;
set screenWidth (int? screenWidth)

Implementation

set screenWidth(int? screenWidth) => _$this._screenWidth = screenWidth;