isDesktop property

bool get isDesktop

true if the current breakpointValue exactly matches CommonBreakpoint.desktop

Implementation

bool get isDesktop => matchesValue(CommonBreakpoint.desktop);