I am developing an application, where I need to give user an option to change theme of app at any point of time through settings from dark to light and vice versa and can switch the theme at any time.
Please let me know if there is a way to do it.
Currently the app changes theme according to OS theme. If user has dark theme selected in OS, app will have dark theme and vice versa.
Requirement is irrespective of OS theme user should be able to change theme inside application (Like in Google Mail/ VLC player settings etc.)
Please help me out in implementing this.