Solutions
Multiplatform
Server-side
Data science
Android
Case studies
Docs
Language guide
Multiplatform development
API
APIs overview
Standard library (stdlib)
Test library (kotlin.test)
Coroutines (kotlinx.coroutines)
Serialization (kotlinx.serialization)
Kotlin I/O library (kotlinx-io)
Date and time (kotlinx-datetime)
JVM Metadata (kotlin-metadata-jvm)
Kotlin Gradle plugins
Ktor
Compose Multiplatform Material3
Community
Teach
Play
Playground
Koans
Compose Multiplatform
Toggle table of contents
1.10.0
common
Platform filter
common
Switch theme
Search in API
Compose Multiplatform
Compose Multiplatform Material3
/
androidx.compose.material3
/
IconButtonShapes
/
copy
copy
fun
copy
(
shape
:
Shape
?
=
this.shape
,
pressedShape
:
Shape
?
=
this.pressedShape
)
:
IconButtonShapes
Returns a copy of this IconButtonShapes, optionally overriding some of the values.