isTV property

bool isTV

Returns true if the screen width is greater than the desktop width.

Implementation

bool get isTV => screenWidth > config.desktop.width && screenWidth > 1800;