Skip to content

Instantly share code, notes, and snippets.

@azamsharp
Last active December 28, 2020 18:10
Show Gist options
  • Save azamsharp/2a3934a07eceb8289fbc75887603b8d8 to your computer and use it in GitHub Desktop.
Save azamsharp/2a3934a07eceb8289fbc75887603b8d8 to your computer and use it in GitHub Desktop.
return GestureDetector(
child: _buildRatingStar(index),
onTap: () {
print("tapped")
},
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment