Home
last modified time | relevance | path

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

/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DTextField.kt1493 private var _shape: Shape? = textFieldShape variable
1503 _shape ?: currentValueOf(LocalShapes).fromToken(FilledTextFieldTokens.ContainerShape)
1545 if (this._shape != textFieldShape) { in update()
1546 this._shape = textFieldShape in update()