Backpack Android
Toggle table of contents
backpack-compose
Platform filter
backpack-compose
Switch theme
Search in API
Backpack Android
backpack-compose
/
net.skyscanner.backpack.compose.navigationbar
/
TextAction
Text
Action
data
class
TextAction
(
val
text
:
String
,
val
onClick
:
(
)
->
Unit
)
:
Action
Members
Constructors
Text
Action
Link copied to clipboard
constructor
(
text
:
String
,
onClick
:
(
)
->
Unit
)
Properties
on
Click
Link copied to clipboard
open
override
val
onClick
:
(
)
->
Unit
text
Link copied to clipboard
val
text
:
String