isSmallSize property

bool isSmallSize

Check if the window size is small.

Implementation

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