Skip to content

Instantly share code, notes, and snippets.

@AliAnilKocak
Created February 7, 2020 19:22
Show Gist options
  • Save AliAnilKocak/ee8e94033d6ae80ef7028e1731316864 to your computer and use it in GitHub Desktop.
Save AliAnilKocak/ee8e94033d6ae80ef7028e1731316864 to your computer and use it in GitHub Desktop.
onColorChange
onColorChange: (color) {
setState(() {
themeColor.setColor(color);
});
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment