isLandscape property
bool
get
isLandscape
Verifica si está en modo landscape
Implementation
bool get isLandscape => width > height;
Verifica si está en modo landscape
bool get isLandscape => width > height;