Home
last modified time | relevance | path

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

/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DSlider.kt1904 val startCorner = CornerRadius(startCornerRadius, startCornerRadius) in DrawScope() constant
1910 topLeft = startCorner, in DrawScope()
1911 topRight = startCorner, in DrawScope()
1918 topLeft = startCorner, in DrawScope()
1921 bottomLeft = startCorner in DrawScope()