isIphoneMiniSize property

bool isIphoneMiniSize

Implementation

bool get isIphoneMiniSize =>
    deviceWidth == 320 && deviceHeight == 568;