AppTheme

fun AppTheme(darkTheme: Boolean = false, content: @Composable () -> Unit)

TODO fix issue with ktfmt formatting annotated high order functions. Current workaround below: lambda in this format content: (@Composable() () -> Unit) to allow spotlessApply

To enable app theme set darkTheme = isSystemInDarkTheme