Compose Modifier

styleBorderPadding

Transitionary modifier.

styleBorderPadding

Source set: Common
public fun Modifier.styleBorderPadding(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 padding behavior BorderScope.borderWidth of Style.

Content updated: