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