BreakpointIdComparison extension

on

Methods

isLargerOrEqualTo(BreakpointId other) bool

Available on BreakpointId, provided by the BreakpointIdComparison extension

Checks if this breakpoint represents a width category larger than or equal to the other breakpoint, based on their minWidth from DefaultBreakpoints.
isLargerThan(BreakpointId other) bool

Available on BreakpointId, provided by the BreakpointIdComparison extension

Checks if this breakpoint represents a width category larger than the other breakpoint, based on their minWidth from DefaultBreakpoints.
isSmallerOrEqualTo(BreakpointId other) bool

Available on BreakpointId, provided by the BreakpointIdComparison extension

Checks if this breakpoint represents a width category smaller than or equal to the other breakpoint, based on their minWidth from DefaultBreakpoints.
isSmallerThan(BreakpointId other) bool

Available on BreakpointId, provided by the BreakpointIdComparison extension

Checks if this breakpoint represents a width category smaller than the other breakpoint, based on their minWidth from DefaultBreakpoints.