app
app
/
com.htueko.resumeapp.presentation.theme
/
Elevation
Elevation
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.
Constructors
Functions
Properties
Constructors
Elevation
Link copied to clipboard
fun
Elevation
(
default
:
Dp
=
0.dp
,
extraSmall
:
Dp
=
4.dp
,
small
:
Dp
=
8.dp
,
medium
:
Dp
=
16.dp
,
large
:
Dp
=
24.dp
,
extraLarge
:
Dp
=
32.dp
)
Content copied to clipboard
Functions
component1
Link copied to clipboard
operator
fun
component1
(
)
:
Dp
Content copied to clipboard
component2
Link copied to clipboard
operator
fun
component2
(
)
:
Dp
Content copied to clipboard
component3
Link copied to clipboard
operator
fun
component3
(
)
:
Dp
Content copied to clipboard
component4
Link copied to clipboard
operator
fun
component4
(
)
:
Dp
Content copied to clipboard
component5
Link copied to clipboard
operator
fun
component5
(
)
:
Dp
Content copied to clipboard
component6
Link copied to clipboard
operator
fun
component6
(
)
:
Dp
Content copied to clipboard
copy
Link copied to clipboard
fun
copy
(
default
:
Dp
=
0.dp
,
extraSmall
:
Dp
=
4.dp
,
small
:
Dp
=
8.dp
,
medium
:
Dp
=
16.dp
,
large
:
Dp
=
24.dp
,
extraLarge
:
Dp
=
32.dp
)
:
Elevation
Content copied to clipboard
Properties
default
Link copied to clipboard
val
default
:
Dp
Content copied to clipboard
extraLarge
Link copied to clipboard
val
extraLarge
:
Dp
Content copied to clipboard
extraSmall
Link copied to clipboard
val
extraSmall
:
Dp
Content copied to clipboard
large
Link copied to clipboard
val
large
:
Dp
Content copied to clipboard
medium
Link copied to clipboard
val
medium
:
Dp
Content copied to clipboard
small
Link copied to clipboard
val
small
:
Dp
Content copied to clipboard