Flutter: using for loop in a switch case

前端 未结 0 581
情深已故
情深已故 2020-12-01 01:24

I tried this first, and got "Error: Expected to find \'case\'."


            switch (value.toInt()) {
              for (int i=0; i<8; i++)
              


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题