toggle menu
backpack-android
androidJvm
switch theme
search in API
backpack-compose
/
net.skyscanner.backpack.compose.nudger
Package-level
declarations
Functions
Functions
Bpk
Nudger
Link copied to clipboard
@
Composable
fun
BpkNudger
(
value
:
Int
,
onValueChange
:
(
Int
)
->
Unit
,
min
:
Int
,
max
:
Int
,
modifier
:
Modifier
=
Modifier
,
testTag
:
String
?
=
null
,
enabled
:
Boolean
=
LocalFieldStatus.current != BpkFieldStatus.Disabled
)
@
Composable
fun
BpkNudger
(
value
:
Int
,
onValueChange
:
(
Int
)
->
Unit
,
min
:
Int
,
max
:
Int
,
title
:
String
,
modifier
:
Modifier
=
Modifier
,
testTag
:
String
?
=
null
,
subtitle
:
String
?
=
null
,
icon
:
BpkIcon
?
=
null
,
enabled
:
Boolean
=
LocalFieldStatus.current != BpkFieldStatus.Disabled
)