Posts by Mileu • 1 point
1 post
-
0
votes1
answer35
viewsQ: Assign an array value and a variable
I need to assign a value of a list within a variable, but I don’t know how to call it inside the function. void calcula() { setState(() { double tensaoValue = double.tryParse(tensaoController.text);…