isMobile property
bool
get
isMobile
Implementation
bool get isMobile => this == BeBreakpoint.xs || this == BeBreakpoint.sm;
bool get isMobile => this == BeBreakpoint.xs || this == BeBreakpoint.sm;