Posts by Katekko • 1 point
2 posts
-
0
votes2
answers2045
viewsA: Flutter - How do I change the color of the Expanded only clicked. Thank you?
At click time, you will give a setState in a color attribute to update the Container color. You can even use an Animated container to make the animation between colors.
-
0
votes2
answers324
viewsA: Color-free code when filename starts with upper-case
The Dart language differentiates the classes(colors) by the first letter of the word, in the case in my visual studio code it turns green when I put the first letter uppercase. It is more or less an…