isBreakpoint method
Check if screen width matches a specific breakpoint
Implementation
bool isBreakpoint(double screenWidth, FSBreakpoint breakpoint) {
return getBreakpoint(screenWidth) == breakpoint;
}
Check if screen width matches a specific breakpoint
bool isBreakpoint(double screenWidth, FSBreakpoint breakpoint) {
return getBreakpoint(screenWidth) == breakpoint;
}