isPortrait property
bool
get
isPortrait
True if device is portrait
Implementation
static bool get isPortrait => orientation == Orientation.portrait;
True if device is portrait
static bool get isPortrait => orientation == Orientation.portrait;