isXLargeSize property

bool isXLargeSize

Check if the window size is xlarge.

Implementation

bool get isXLargeSize => screenWidth >= 1920;