toggle menu
backpack-android
androidJvm
switch theme
search in API
backpack-compose
/
net.skyscanner.backpack.compose.appsearchmodal
/
BpkShortcut
Bpk
Shortcut
data
class
BpkShortcut
(
val
text
:
String
,
val
icon
:
BpkIcon
,
val
onShortcutSelected
:
(
)
->
Unit
)
Members
Constructors
Bpk
Shortcut
Link copied to clipboard
constructor
(
text
:
String
,
icon
:
BpkIcon
,
onShortcutSelected
:
(
)
->
Unit
)
Properties
icon
Link copied to clipboard
val
icon
:
BpkIcon
on
Shortcut
Selected
Link copied to clipboard
val
onShortcutSelected
:
(
)
->
Unit
text
Link copied to clipboard
val
text
:
String