toggle menu
backpack-android
androidJvm
switch theme
search in API
backpack-compose
/
net.skyscanner.backpack.compose.icon
Package-level
declarations
Types
Functions
Properties
Types
Bpk
Icon
Link copied to clipboard
@
Immutable
class
BpkIcon
Bpk
Icon
Size
Link copied to clipboard
enum
BpkIconSize
:
Enum
<
BpkIconSize
>
Properties
Local
Bpk
Icon
Size
Link copied to clipboard
val
LocalBpkIconSize
:
ProvidableCompositionLocal
<
BpkIconSize
>
Functions
Bpk
Icon
Link copied to clipboard
@
Composable
fun
BpkIcon
(
icon
:
BpkIcon
,
contentDescription
:
String
?
,
modifier
:
Modifier
=
Modifier
,
size
:
BpkIconSize
=
LocalBpkIconSize.current
,
tint
:
Color
=
LocalContentColor.current
)
find
By
Name
Link copied to clipboard
fun
BpkIcon.Companion
.
findByName
(
name
:
String
)
:
BpkIcon
?
find
By
Small
Link copied to clipboard
fun
BpkIcon.Companion
.
findBySmall
(
@
DrawableRes
resId
:
Int
)
:
BpkIcon
?