isSmallSize property

bool get isSmallSize

Check if the window size is small.

Implementation

bool get isSmallSize => screenWidth >= 600 && screenWidth < 1024;