isMobile property
bool
get
isMobile
Check if this breakpoint is considered mobile size
Implementation
bool get isMobile => this == FSBreakpoint.xs || this == FSBreakpoint.sm;
Check if this breakpoint is considered mobile size
bool get isMobile => this == FSBreakpoint.xs || this == FSBreakpoint.sm;