margins
This function opens the context for defining the margin related properties.
Example call:
margins {
top { small }
left { small }
}Parameters
extension function parameter to bring the specialized topical functions of the SpacesContext into the scope of the functional expression
This function opens the context for defining the margin related properties for each media device independently.
Example call:
margins(
sm = {
top { small }
left { small }
},
lg = {
top { large }
left { large }
}
)
Parameters
extension function parameter to bring the specialized topical functions of the SpacesContext into the scope of the functional expression
extension function parameter to bring the specialized topical functions of the SpacesContext into the scope of the functional expression
extension function parameter to bring the specialized topical functions of the SpacesContext into the scope of the functional expression
extension function parameter to bring the specialized topical functions of the SpacesContext into the scope of the functional expression