Econo Show Theme
fun EconoShowTheme(darkTheme: Boolean = isSystemInDarkTheme(), dynamicColor: Boolean = false, content: @Composable () -> Unit)
Controls the styling of the app
By controlling the colors, typography, and shapes, the theme of the app is applied to the content in the Main Activity.