Quantcast
Channel: Recent Questions - Stack Overflow
Viewing all articles
Browse latest Browse all 12111

Flutter navigation drawer hamburger icon color change

$
0
0

Hamburger icon color of navigation drawer is not changing. Its black by default. I want to change the this icon color in flutter, I am stuck, help me to change this icon color. here is my code.

class Test extends StatefulWidget {@override_TestState createState() => new _TestState();}class _TestState extends State<Test> {    @override    Widget build(BuildContext context) {    return new Scaffold(    drawer: new Drawer(),    appBar: new AppBar(    title: new Text("Navigation Drawer")        ),       ),     );    } }

Viewing all articles
Browse latest Browse all 12111

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>