Responsive Value
fun ResponsiveValue(sm: Property, md: Property = sm, lg: Property = md, xl: Property = lg)
Content copied to clipboard
Parameters
sm
value for small screens like phones (and default for all the others)
md
value for middle screens like tablets (and default for all the others)
lg
value for large screens (and default for all the others)
xl
value for extra large screens (and default for all the others)