Can't get button press to work in flutter

后端 未结 4 1016
再見小時候
再見小時候 2021-01-18 06:54

Ok I\'m pretty new to flutter/ dart so go easy on me. I\'m just trying to make a very simple app where when you press a button some text updates telling you how many times

4条回答
  •  攒了一身酷
    2021-01-18 07:05

    in some cases, this can occur with a widget in the stack.

    It is possible that the Widget is overwritten with another Widget, so it cannot be clicked.

提交回复
热议问题