PreferenceCenterContent

fun PreferenceCenterContent(identifier: String, modifier: Modifier = Modifier, contentPadding: PaddingValues = PaddingValues(0.dp))(source)

Preference Center content.

Parameters

identifier

The preference center identifier.

modifier

The modifier to be applied to the content.

contentPadding

Optional padding to be applied to the content.


fun PreferenceCenterContent(state: PreferenceCenterState, modifier: Modifier = Modifier, contentPadding: PaddingValues = PaddingValues(0.dp))(source)

Preference Center content.

Parameters

state

The preference center state.

modifier

The modifier to be applied to the content.

contentPadding

Optional padding to be applied to the content.