toggle menu
app
androidJvm
switch theme
search in API
app
/
org.scottishtecharmy.soundscape.screens.onboarding.terms
Package-level
declarations
Types
Functions
Types
Terms
Link copied to clipboard
data
class
Terms
(
val
name
:
String
)
Functions
get
All
Terms
Link copied to clipboard
@
Composable
fun
getAllTerms
(
)
:
List
<
Terms
>
Terms
Item
Link copied to clipboard
@
Composable
fun
TermsItem
(
text
:
String
)
Terms
Preview
Link copied to clipboard
@
Preview
(
device
=
"spec:parent=pixel_5,orientation=landscape"
)
@
Preview
@
Composable
fun
TermsPreview
(
)
Terms
Screen
Link copied to clipboard
@
Composable
fun
TermsScreen
(
onNavigate
:
(
)
->
Unit
,
modifier
:
Modifier
=
Modifier
)