PackageRow

@Composable
fun PackageRow(modifier: Modifier = Modifier, isActive: Boolean, isSelected: Boolean, isCompact: Boolean, icon: String?, actionPopupId: String, packageNameContent: @Composable RowScope.() -> Unit, editPackageContent: @Composable RowScope.() -> Unit? = null, mainActionContent: @Composable () -> Unit? = null, popupContent: MenuScope.() -> Unit? = null)