Glider Theme

fun GliderTheme(darkTheme: Boolean = applyDarkTheme(), content: @Composable () -> Unit)

Method to set the Glider theme to the content

Parameters

darkTheme

Whether to use the dark or light theme

content

The content to display