Skip to content

Instantly share code, notes, and snippets.

@arriolac
Last active October 10, 2023 17:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arriolac/c1ba35c3c5ce39c5868eb14c6bbbc9e7 to your computer and use it in GitHub Desktop.
Save arriolac/c1ba35c3c5ce39c5868eb14c6bbbc9e7 to your computer and use it in GitHub Desktop.
DropDownCheckboxMenu composable
// Copyright 2023 Google LLC.
// SPDX-License-Identifier: Apache-2.0
DropDownCheckboxMenu(
items = items,
onItemToggled = onItemToggled,
modifier = Modifier.width(400.dp)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment