minWidth property

double minWidth

Implementation

double get minWidth => isLandscape
    ? (widget.minWidthLandscape ?? widget.minWidth)
    : widget.minWidth;