isMediumSize property

bool isMediumSize

Check if the window size is medium.

Implementation

bool get isMediumSize => screenWidth >= 1024 && screenWidth < 1440;