isDesktop property

bool isDesktop

Check if the window size is of Desktop Size

Implementation

bool get isDesktop => width >= 1100;