isPortrait property
bool
get
isPortrait
Vérifications rapides pour l'orientation
Implementation
bool get isPortrait => orientation == SFScreenOrientation.portrait;
Vérifications rapides pour l'orientation
bool get isPortrait => orientation == SFScreenOrientation.portrait;