I'm Trying to capture onChanged property value which is comming from my TextField and use it inside my onPressed textButton but it's not working. I've read most of the related issues in stack overflow but none of it actually helping in the problem. Do you have any better suggestion that I should do.
The non-nullable local variable 'newTaskTitle' must be assigned before it can be used
47 Views Asked by Gole Book At
2
You have not initialized newTaskTile before accessing it. So, at line 12 instead of:
use: