isPortrait property

bool get isPortrait

Returns true if the device is currently in portrait orientation.

Implementation

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