Home
last modified time | relevance | path

Searched refs:indentMod (Results 1 – 1 of 1) sorted by relevance

/compose/material/material/src/commonMain/kotlin/androidx/compose/material/
DDivider.kt52 val indentMod = in Divider() constant
64 Box(modifier.then(indentMod).fillMaxWidth().height(targetThickness).background(color = color)) in Divider()