toggle menu
OpenSRP
androidJvm
switch theme
search in API
quest
/
org.smartregister.fhircore.quest.ui.usersetting
/
InsightInfoView
Insight
Info
View
@
Composable
fun
InsightInfoView
(
title
:
String
,
items
:
List
<
Pair
<
String
,
String
>
>
,
headerTextStyle
:
TextStyle
=
TextStyle(color = Color.Gray, fontSize = 16.sp, fontWeight = FontWeight.Medium)
,
contentTextStyle
:
TextStyle
=
TextStyle(color = LoginDarkColor, fontSize = 16.sp, fontWeight = FontWeight.Bold)
)