toggle menu
plugin
2023.10.328
jvm
switch theme
search in API
plugin
/
com.jetbrains.packagesearch.plugin.ui.panels.packages.items
/
PackageRow
Package
Row
@
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
)