isPortrait property
bool
get
isPortrait
Is portrait mode
Implementation
bool get isPortrait => _orientation == Orientation.portrait;
Is portrait mode
bool get isPortrait => _orientation == Orientation.portrait;