Searched defs:pressedShape (Results 1 – 5 of 5) sorted by relevance
461 val pressedShape: Shape in ElevatedToggleButton() constant900 class ToggleButtonShapes(val shape: Shape, val pressedShape: Shape, val checkedShape: Shape) { constant in androidx.compose.material3.ToggleButtonShapes
1492 class IconButtonShapes(val shape: Shape, val pressedShape: Shape = shape) { constant in androidx.compose.material3.IconButtonShapes1536 val pressedShape: Shape = shape, constant in androidx.compose.material3.IconToggleButtonShapes
165 class DragHandleShapes(val shape: Shape, val pressedShape: Shape, val draggedShape: Shape) { constant in androidx.compose.material3.DragHandleShapes
1152 val pressedShape: Shape in ElevatedButton() constant1899 class ButtonShapes(val shape: Shape, val pressedShape: Shape) { constant in androidx.compose.material3.ButtonShapes
988 class SplitButtonShapes(val shape: Shape, val pressedShape: Shape?, val checkedShape: Shape?) { constant in androidx.compose.material3.SplitButtonShapes