SettingsScreen
The custom settings screen composable to be displayed when the user clicks the provider. Override this to have a settings screen.
To enhance code readability, always prefer to extract components by functions
@Composable
override fun SettingsScreen() {
// Create a custom component for code readability
MyCustomSettingsScreen(resources)
}
Content copied to clipboard