isPhone property
bool
get
isPhone
Is phone form factor
Implementation
bool get isPhone => formFactor == NiceFormFactor.phone;
Is phone form factor
bool get isPhone => formFactor == NiceFormFactor.phone;