screenLongestSide property

double screenLongestSide

The MediaQueryData.size.longestSide of the current BuildContext

Implementation

double get screenLongestSide => mediaQuery.size.longestSide;