You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I fixed it by putting my Pagination widget in ConstrainedBox. So its like -
SingleChildScrollView ( Column ( Widget1(), ConstraintBox (Pagination())),)
It has temporarily fixed the problem.
For now, I have I have placed maxHeight: MediaQuery.of(context).size.height - 236, for ConstraintBox.
Is there any specific method to find remaining height of screen
Hi, When I tried to use Pagination widget inside a column, then its throwing error. Can anyone provide me some pointer to fix this issue.
The text was updated successfully, but these errors were encountered: