between
fun StyleScope.between(lower: Breakpoint, upper: Breakpoint, createModifier: () -> Modifier)(source)
Declare a style that applies between a lower breakpoint (inclusive) and an upper breakpoint (exclusive).
This is a convenience method which might be easier to discover than requiring parentheses (that is, between(SM, LG)
vs (SM ..< LG)
or (SM until LG)
)