All Questions
Tagged with flutter-list-tile copy
1 question
0
votes
4
answers
64
views
How can i put copy in the ListTile?
I want if Someone long press on ListTile, than copy the Text..
Here is snippet of my code,
Card(
margin: EdgeInsets.symmetric(horizontal: 25.0, vertical: 10.0),
child: ...