Flutter – 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: ListTile( leading: Icon( Icons.call, color: Colors.teal, size: 30.0, ), title: Text( '+11 11111 11111', style:…