isPhone property

bool get isPhone

Is phone form factor

Implementation

bool get isPhone => formFactor == NiceFormFactor.phone;