Home > OS >  Flutter Drawer widget icon color and size
Flutter Drawer widget icon color and size

Time:10-08

I want to change the default color and size of the Drawer widget icon in flutter. I beleive that it's possible but I just can't find how to do it.

Thanks

CodePudding user response:

Yes it is possible. Read this document to know more about Drawer Widget

Once check this Image

  • Related