isDesktop property

bool get isDesktop

Check if the screen width corresponds to a desktop

Implementation

bool get isDesktop => width >= Breakpoints.desktop;