isLandscape property

bool get isLandscape

Verifica si está en modo landscape

Implementation

bool get isLandscape => width > height;