isLargerThan method
Checks if the current active breakpoint is larger than the other breakpoint.
Implementation
bool isLargerThan(BreakpointId other) {
return activeBreakpointId.isLargerThan(other);
}
Checks if the current active breakpoint is larger than the other breakpoint.
bool isLargerThan(BreakpointId other) {
return activeBreakpointId.isLargerThan(other);
}