Skip to content

Instantly share code, notes, and snippets.

@alohaabhi
Created May 11, 2020 06:54
Show Gist options
  • Save alohaabhi/eb7cf2446119c4c782e30bba60383cd9 to your computer and use it in GitHub Desktop.
Save alohaabhi/eb7cf2446119c4c782e30bba60383cd9 to your computer and use it in GitHub Desktop.
GestureDetector(
child: Circle(getRandomColor(), circleState),
onTap: onCircleTap,
)
);
void onCircleTap() {
circleState.currentState.setColor(getRandomColor());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment