isDesktop method

bool isDesktop()

Implementation

bool isDesktop() =>
    MediaQuery.sizeOf(this).width >= 1100;