screenShortestSide property

double screenShortestSide

The MediaQueryData.size.shortestSide of the current BuildContext

Implementation

double get screenShortestSide => mediaQuery.size.shortestSide;