This is where they are pointing. My screen is just showing a white screen. None of the datas are getting displayed. How to solve this problem?Please help.
Please help me to solve this problem.
This is where they are pointing. My screen is just showing a white screen. None of the datas are getting displayed. How to solve this problem?Please help.
Please help me to solve this problem.
2
Answers
This is a typical error. I will explain the cause of your error. When you give a value to the variable like
SO THE SOLUTION IS TO TRACK AND MAKE SURE THAT YOU ARE GIVING A VALUE TO THAT VARIABLE BEFORE PUTTING <<!>>.
You provided insufficient code to debug. So that is the general solution.
Before using viewportDimension check that it is not null. You can do that by using
scrollController.position.hasViewportDimension
. And make sure that your scrollController is attached to the scroll widget.