Skip to content

Instantly share code, notes, and snippets.

@Vanethos
Created January 13, 2020 08:19
Show Gist options
  • Save Vanethos/a86447aa25765f80782ccd3b4bd8a8d8 to your computer and use it in GitHub Desktop.
Save Vanethos/a86447aa25765f80782ccd3b4bd8a8d8 to your computer and use it in GitHub Desktop.
class Config {
String name;
Color appColor;
Config(this.name, this.appColor);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment