plugin
2023.10.287
jvm
plugin
/
com.jetbrains.packagesearch.plugin.ui.sections.modulesbox.items
/
PackageRow
Package
Row
@
Composable
fun
PackageRow
(
modifier
:
Modifier
=
Modifier
,
isActive
:
Boolean
,
isSelected
:
Boolean
,
isCompact
:
Boolean
,
packageIcon
:
Painter
?
,
actionPopupId
:
String
,
packageNameContent
:
@
Composable
RowScope
.
(
)
->
Unit
,
editPackageContent
:
@
Composable
RowScope
.
(
)
->
Unit
?
=
null
,
mainActionContent
:
@
Composable
(
)
->
Unit
?
=
null
,
popupContent
:
@
Composable
BoxScope
.
(
)
->
Unit
?
=
null
)