Dropdown menu: We are going to use DropdownMenu Composable for creating dropdown menu.fun DropdownMenu( expanded: Boolean, onDismissRequest: () -> Unit, modifier: Modifier = Modifier, offset: DpOffset = DpOffset(0.dp, 0.dp), properties: PopupProperties = PopupProperties(focusable = true), content: @Composable ColumnScope.() -> Unit)In Above code if expanded is true, the popup...
Showing posts with label menu. Show all posts
Showing posts with label menu. Show all posts
Tuesday, 28 September 2021
Tuesday, September 28, 2021
Subscribe to:
Posts
(
Atom
)