isPortrait property

bool get isPortrait

Check if device is in portrait orientation.

Implementation

bool get isPortrait =>
    MediaQuery.orientationOf(this) == Orientation.portrait;