Compose Modifier

styleExternalPadding

Transitionary modifier.

styleExternalPadding

Source set: Common
public fun Modifier.styleExternalPadding(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 externalPadding properties of Style.

Content updated: