InsightInfoView

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))