margin
This function sets the margin property.
Example call:
margin { small }Parameters
extension function parameter for small media devices, recommended to use predefined values via dev.fritz2.styling.theme.Theme.spaces that offer the properties of ScaledValue
This function sets the margin property for each media device independently.
Example call:
margin(
sm = { small }
lg = { normal }
)
Parameters
extension function parameter for large media devices, recommended to use predefined values via dev.fritz2.styling.theme.Theme.spaces that offer the properties of ScaledValue
extension function parameter for medium sized media devices, recommended to use predefined values via dev.fritz2.styling.theme.Theme.spaces that offer the properties of ScaledValue
extension function parameter for small media devices, recommended to use predefined values via dev.fritz2.styling.theme.Theme.spaces that offer the properties of ScaledValue
extension function parameter for extra large media devices, recommended to use predefined values via dev.fritz2.styling.theme.Theme.spaces that offer the properties of ScaledValue