isLargeSize property

bool isLargeSize

Check if the window size is large.

Implementation

bool get isLargeSize => screenWidth >= 1440 && screenWidth < 1920;