bitsdojo / bitsdojo_window

A Flutter package that makes it easy to customize and work with your Flutter desktop app window.
http://www.youtube.com/watch?v=bee2AHQpGK4
MIT License
815 stars 229 forks source link

Idea. WindowButtons customization #61

Closed krll-kov closed 3 years ago

krll-kov commented 3 years ago

It would be great if MinimizeWindowButton, MaximizeWindowButton and CloseWindowButton had a possibility to change their icons with provided.

Something like:

MinimizeWindowButton(
   colors: buttonColors, 
   icon: Icon(Icons.plus_one),
),