restartable scheme("[androidx.compose.ui.UiComposable]") fun ContactRow( unstable contact: Contact stable modifier: Modifier? = @static Companion ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun ToggleButton( stable selected: Boolean stable onToggled: Function1 ) restartable scheme("[androidx.compose.ui.UiComposable]") fun ContactDetails( unstable contact: Contact ) restartable skippable scheme("[0, [0]]") fun ExampleTheme( stable darkTheme: Boolean = @dynamic isSystemInDarkTheme($composer, 0) stable dynamicColor: Boolean = @static true stable content: Function2 )