isDesktop property

bool get isDesktop

Returns true if screen width is 1024px or larger (desktop).

Implementation

bool get isDesktop => w >= 1024;