isScreenSmall property

bool isScreenSmall

Return true if the screen has mobile view size

Implementation

bool get isScreenSmall => size.width < 600;