Compose Modifier

styleContentPadding

Transitionary modifier.

styleContentPadding

Source set: Common
public fun Modifier.styleContentPadding(styleResolver: StyleResolver): Modifier

Transitionary modifier. Do not use. This will be removed before the Styles API is stable.

This modifier is to help enable transition between the old Style based API and the new CustomStyle based API. This duplicates the behavior of the contentPadding properties of Style.

Content updated: