Home
last modified time | relevance | path

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

/compose/material/material/src/commonMain/kotlin/androidx/compose/material/
DSwitch.kt272 val strokeRadius = strokeWidth / 2 in DrawScope() constant
275 Offset(strokeRadius, center.y), in DrawScope()
276 Offset(trackWidth - strokeRadius, center.y), in DrawScope()