app
app
/
com.htueko.resumeapp.presentation.common.component
/
TitleText
Title
Text
@
Composable
fun
TitleText
(
modifier
:
Modifier
=
Modifier
,
text
:
String
,
textColour
:
Color
=
MaterialTheme.colors.primary
)
Content copied to clipboard
title text with bold colour
Parameters
modifier
Modifier.
text
string for the text.
text
Colour
colour of the text, default is onPrimary.