isDesktop property

bool get isDesktop

Check if this breakpoint is considered desktop size

Implementation

bool get isDesktop =>
    this == FSBreakpoint.lg ||
    this == FSBreakpoint.xl ||
    this == FSBreakpoint.xxl;