isScreenMini property

bool isScreenMini

Return true if the screen has tall mobile view size

Implementation

bool get isScreenMini => size.width < 300;