isSmallOrSmaller property
bool
get
isSmallOrSmaller
true if the current breakpointValue matches GranularBreakpoint.small or a smaller breakpoint
Implementation
bool get isSmallOrSmaller => matchesValueOrSmaller(GranularBreakpoint.small);