isTV property

bool get isTV

Implementation

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