Posts by Ivan Santos • 11 points
1 post
-
0
votes2
answers2045
viewsQ: Flutter - How do I change the color of the Expanded only clicked. Thank you?
Row( children: lists .map((element) => Expanded( child: new GestureDetector( onTap: () { print("Container clicked"); setState(() { _doop = element; …