Flutter - The method 'call' was called on null. Receiver: null Tried calling: call()

后端 未结 0 1752
小鲜肉
小鲜肉 2020-12-21 04:50

i created a method for a button to move another page

  bool showSignin = true;
  void toggleView() {
    setState(() {
      showSignin = !showSignin;
    });         


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