inPortrait property

bool inPortrait

Is the phone orientated in Portrait

Implementation

bool get inPortrait => _orientation == Orientation.portrait;