staffstart-android-sdk
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
staffstart-android-sdk
example
/
com.vanish.standard.example.ui.theme
Package-level
declarations
Functions
Properties
Properties
Typography
Link copied to clipboard
val
Typography
:
Typography
Functions
Default
App
Theme
Link copied to clipboard
@
Composable
fun
DefaultAppTheme
(
useDarkTheme
:
Boolean
=
false
,
content
:
@
Composable
(
)
->
Unit
)
Example
App
Theme
Link copied to clipboard
@
Composable
fun
ExampleAppTheme
(
useDarkTheme
:
Boolean
=
false
,
content
:
@
Composable
(
)
->
Unit
)