app
app
/
com.htueko.resumeapp.presentation.theme
Package
com.
htueko.
resumeapp.
presentation.
theme
Types
Functions
Properties
Types
Elevation
Link copied to clipboard
data
class
Elevation
(
default
:
Dp
,
extraSmall
:
Dp
,
small
:
Dp
,
medium
:
Dp
,
large
:
Dp
,
extraLarge
:
Dp
)
Content copied to clipboard
to centralise the elevation value in theme.
Spacing
Link copied to clipboard
data
class
Spacing
(
default
:
Dp
,
extraSmall
:
Dp
,
small
:
Dp
,
medium
:
Dp
,
large
:
Dp
,
extraLarge
:
Dp
)
Content copied to clipboard
to centralise the spacing value in theme.
Functions
Resume
App
Theme
Link copied to clipboard
@
Composable
fun
ResumeAppTheme
(
darkTheme
:
Boolean
=
isSystemInDarkTheme()
,
content
:
@
Composable
(
)
->
Unit
)
Content copied to clipboard
Properties
DarkColorPalette
Link copied to clipboard
private
val
DarkColorPalette
:
Colors
Content copied to clipboard
elevation
Link copied to clipboard
@get:
Composable
@get:
ReadOnlyComposable
val
MaterialTheme
.
elevation
:
Elevation
Content copied to clipboard
LightColorPalette
Link copied to clipboard
private
val
LightColorPalette
:
Colors
Content copied to clipboard
LocalElevation
Link copied to clipboard
val
LocalElevation
:
ProvidableCompositionLocal
<
Elevation
>
Content copied to clipboard
LocalSpacing
Link copied to clipboard
val
LocalSpacing
:
ProvidableCompositionLocal
<
Spacing
>
Content copied to clipboard
Purple200
Link copied to clipboard
val
Purple200
:
Color
Content copied to clipboard
Purple500
Link copied to clipboard
val
Purple500
:
Color
Content copied to clipboard
Purple700
Link copied to clipboard
val
Purple700
:
Color
Content copied to clipboard
Shapes
Link copied to clipboard
val
Shapes
:
Shapes
Content copied to clipboard
spacing
Link copied to clipboard
@get:
Composable
@get:
ReadOnlyComposable
val
MaterialTheme
.
spacing
:
Spacing
Content copied to clipboard
Teal200
Link copied to clipboard
val
Teal200
:
Color
Content copied to clipboard
Typography
Link copied to clipboard
val
Typography
:
Typography
Content copied to clipboard