How to change theme to dark on click on IconButton?
In my application, in the appBar, there is a button that should change the theme to dark. I need to create functionality Provider. How can this be implemented? I just need to change the Scaffold color to black and the text color to white. My main.dart: Widget build(BuildContext context) { return MaterialApp( title: ‘Flutter Demo’,… Read More How to change theme to dark on click on IconButton?