backpack-android
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
backpack-android
backpack-compose
/
net.skyscanner.backpack.compose.cardlist.stack
/
BpkStackCardAccessoryStyle
Bpk
Stack
Card
Accessory
Style
sealed
class
BpkStackCardAccessoryStyle
Inheritors
Expand
Button
Members
Types
Button
Link copied to clipboard
data
class
Button
(
val
title
:
String
,
val
icon
:
BpkIcon
,
val
onClick
:
(
)
->
Unit
)
:
BpkStackCardAccessoryStyle
Expand
Link copied to clipboard
data
class
Expand
(
val
collapsedCount
:
Int
,
val
expandText
:
String
,
val
collapsedText
:
String
,
val
expandedCount
:
Int
?
=
null
,
val
onExpansionChange
:
(
Boolean
)
->
Unit
?
=
null
)
:
BpkStackCardAccessoryStyle