isXSmall property

bool isXSmall

Return true if the screen width is less than 300

Implementation

bool get isXSmall => width < 300;