isvertical property

bool get isvertical

Implementation

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