isShortScreen method

bool isShortScreen()

True if the device screen height is rather small (please rename this)

Implementation

bool isShortScreen() => MediaQuery.of(this).size.height < smallScreenBreakpoint;