isTV property
bool
get
isTV
Returns true
if the screen width is greater than the desktop width.
Implementation
bool get isTV => screenWidth > config.desktop.width && screenWidth > 1800;
Returns true
if the screen width is greater than the desktop width.
bool get isTV => screenWidth > config.desktop.width && screenWidth > 1800;