flex
This function opens the context for defining the flex layout related properties for a flex layout child component for all media devices.
This function does not create a layout itself; for the latter have a look at Flexbox functions!
Example call:
flex {
// some functions of [FlexItemContext] with appropriate values for *all devices*
}See also
Parameters
extension function parameter to bring the specialized topical functions of the FlexItemContext into the scope of the functional expression
This function opens the context for defining the flex layout related properties for a flex layout child component for all media devices.
This function does not create a layout itself; for the latter have a look at Flexbox functions!
Example call:
flex {
// some functions of [FlexItemContext] with appropriate values for *all devices*
}See also
Parameters
extension function parameter to bring the specialized topical functions of the FlexItemContext into the scope of the functional expression for small media devices
extension function parameter to bring the specialized topical functions of the FlexItemContext into the scope of the functional expression for medium sized media devices
extension function parameter to bring the specialized topical functions of the FlexItemContext into the scope of the functional expression for large media devices
extension function parameter to bring the specialized topical functions of the FlexItemContext into the scope of the functional expression for extra large media devices