Skip to content

Instantly share code, notes, and snippets.

@faustobdls
Created January 14, 2021 14:28
Show Gist options
  • Save faustobdls/4f5a21df67c48e91260a719e5e561684 to your computer and use it in GitHub Desktop.
Save faustobdls/4f5a21df67c48e91260a719e5e561684 to your computer and use it in GitHub Desktop.
Exemplo para ver as cores
void main() {
print('Orange(0xFFEFB52D): ${0xFFEFB52D}');
print('Green(0xFF23C653): ${0xFF23C653}');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment