//kit/healthstack.kit.ui/TopBarWithDropDown

TopBarWithDropDown

[androidJvm]\

@Composable

fun TopBarWithDropDown(title: String = "", style: TextStyle = AppTheme.typography.subtitle1, color: Color = AppTheme.colors.onSurface, items: List<DropdownMenuItemData>)