isDesktop property

bool get isDesktop

Implementation

bool get isDesktop => MediaQuery.of(this).size.width >= 1024;