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 theotherbreakpoint, based on theirminWidthfromDefaultBreakpoints. -
isLargerThan(
BreakpointId other) → bool -
Available on BreakpointId, provided by the BreakpointIdComparison extension
Checks if this breakpoint represents a width category larger than theotherbreakpoint, based on theirminWidthfromDefaultBreakpoints. -
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 theotherbreakpoint, based on theirminWidthfromDefaultBreakpoints. -
isSmallerThan(
BreakpointId other) → bool -
Available on BreakpointId, provided by the BreakpointIdComparison extension
Checks if this breakpoint represents a width category smaller than theotherbreakpoint, based on theirminWidthfromDefaultBreakpoints.