We just launched Compose Examples featuring over 150+ components! Check it out →

minimumInteractiveComponentSize

Android

Modifier in Wear Material 3 Compose

Last updated:

Installation

dependencies {
   implementation("androidx.wear.compose:compose-material3:1.0.0-alpha24")
}

Overloads


fun Modifier.minimumInteractiveComponentSize(): Modifier
by @alexstyl