Why can't get the value in the if statement?

后端 未结 0 1884
囚心锁ツ
囚心锁ツ 2020-11-29 01:36
Widget build(BuildContext context) {
final bmi = weight / ((height / 100) * (height / 100));
final bmi = weight / ((height / 100) * (height / 100));
if(sex == 1){
           


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