Meshtastic App
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Meshtastic App
Meshtastic App
/
com.geeksville.mesh.ui.common.components
/
TitledCard
Titled
Card
@
Composable
fun
TitledCard
(
title
:
String
,
modifier
:
Modifier
=
Modifier
,
content
:
@
Composable
ColumnScope
.
(
)
->
Unit
)