MyDropdownDefaults

Functions

Link copied to clipboard
fun Content(modifier: Modifier, title: String, text: String, labelColor: Color, color: Color, leadingContent: @Composable () -> Unit = {})
Link copied to clipboard
fun DropdownContent(text: String, selected: Boolean, leadingContent: @Composable () -> Unit = {})
Link copied to clipboard