SelfAlignment

interface SelfAlignment

This context interface offers functions for self-alignment.

It used in FlexParams and GridParams .

There are overrides for all functions that enable one to define the styling for the different media devices independently.

Functions

alignSelf
Link copied to clipboard
abstract fun alignSelf(value: SelfAlignItemsValues.() -> SelfAlignItemProperty)
This function sets the self-align propertyExample call:
self-align { flexStart }

Inheritors

GridContext
Link copied to clipboard
FlexItemContext
Link copied to clipboard