The CommonStyle is the style all style types must be converted to be resolved by the StyleResolver.

Summary

Nested types

Public companion functions

open Unit

The single abstract method used to invoke the lambda.

Cmn

Extension functions

infix CommonStyle

Merge this style with another style where this style will be applied before the other style.

Cmn

Inherited functions

From androidx.compose.foundation.style.CustomStyle
Unit

The single abstract method used to invoke the lambda.

Cmn

Public companion functions

CommonStyleScope.applyStyle

open fun CommonStyleScope.applyStyle(): Unit

The single abstract method used to invoke the lambda. The lambda has ScopeT as its receiver (i.e.this) type.

Extension functions

CommonStyle.then

@ExperimentalFoundationStyleApi
infix fun CommonStyle.then(other: CommonStyle): CommonStyle

Merge this style with another style where this style will be applied before the other style.

Parameters
other: CommonStyle

the right side of the` operator which will merge after this.