Autocomplete Suggestion
data class AutocompleteSuggestion(val render: @Composable RowScope.() -> Unit, val onClick: (handleInput: (TextInputCommand) -> Unit) -> Unit)
Represents one suggestion for fast completion.
Constructors
Link copied to clipboard
constructor(render: @Composable RowScope.() -> Unit, onClick: (handleInput: (TextInputCommand) -> Unit) -> Unit)