A Flutter Material Theme editor.
Panache helps you to create beautiful Material themes for your Flutter applications.
Customize widgets colors and shapes, and download your theme.dart
file.
To apply a theme to whole application
myTheme
) in your main file// ...
MaterialApp( theme: myTheme , home: Home() );
// ...