TermsAndConditionsTheme
fun TermsAndConditionsTheme(isDarkTheme: Boolean = isSystemInDarkTheme(), content: @Composable () -> Unit)
Composable function to build the Kaleyra Theme
Parameters
isDarkTheme
Boolean flag indicating if dark theme should be used, true if dark theme should be used, false otherwise
content
@androidx.compose.runtime.Composable Function0