isPortrait property

bool isPortrait

Implementation

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