Skip to content

Instantly share code, notes, and snippets.

@AliAnilKocak
Last active February 7, 2020 08:51
Show Gist options
  • Save AliAnilKocak/170781d3aa5b73dbee7079f216084d63 to your computer and use it in GitHub Desktop.
Save AliAnilKocak/170781d3aa5b73dbee7079f216084d63 to your computer and use it in GitHub Desktop.
dialog
GestureDetector(
onTap: () {
_openFullMaterialColorPicker();
},
child: Text(
"Tema Değiştir",
style: TextStyle(fontSize: 12, color: Colors.white),
),
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment