landscape property

bool landscape

if orientation is landscape then true else false

Implementation

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