isPortrait property

bool get isPortrait

Is portrait mode

Implementation

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