defaultScale property

bool defaultScale

Implementation

bool get defaultScale => isLandscape
    ? (widget.defaultScaleLandscape ?? widget.defaultScale)
    : widget.defaultScale;