ProjectMeshTheme

fun ProjectMeshTheme(appTheme: AppTheme, content: @Composable () -> Unit)

Apply ProjectMesh theme with the chosen AppTheme.

Parameters

appTheme

The selected theme (System, Light, Dark)

content

The composable content to wrap with this theme