isDesktop property
bool
get
isDesktop
true if the current breakpointValue exactly matches CommonBreakpoint.desktop
Implementation
bool get isDesktop => matchesValue(CommonBreakpoint.desktop);
true if the current breakpointValue exactly matches CommonBreakpoint.desktop
bool get isDesktop => matchesValue(CommonBreakpoint.desktop);