Hey guys,
I create a ListView via custom widget.
_list.length == 1
If I set the itemCount manually to e.g. 10, the code works. If I work with _list.length, then I get the error message:
"Another exception was thrown: Unexpected null value."
Am I missing something? ๐ค