We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b106d82 commit 3f3b70cCopy full SHA for 3f3b70c
best_flutter_ui_templates/lib/invite_friend_screen.dart
@@ -70,7 +70,10 @@ class _InviteFriendState extends State<InviteFriend> {
70
child: Material(
71
color: Colors.transparent,
72
child: InkWell(
73
- onTap: () {},
+ onTap: () {
74
+ //method here for functionality
75
+ print('Share Action.');
76
+ },
77
child: Center(
78
child: Row(
79
mainAxisAlignment: MainAxisAlignment.center,
0 commit comments