Closed chitgoks closed 3 years ago
Hey @chitgoks .
Try playing with the shrinkWrapFirstPageIndicators
property of your PagedListView
.
Thanks.
hi @EdsonBueno shrinkWrapFirstPageIndicators is only true or false and nothing changed regardless. Perhaps you mean firstPageErrorIndicatorBuilder? I wish to use the same widget as the one above which is the default the library uses. I only wish to have this centered vertically.
The issue here is FirstPageExceptionIndicator . Column should have mainAxisAlignment: MainAxisAlignment.center so it will be vertically aligned at the center.
Can a feature request be possible, such that to add a property to have this center aligned vertically? does not look good if it is at the top.
Hey @chitgoks .
In that case I recommend you to replace the default indicator with one of your own using the firstPageErrorIndicatorBuilder
.
your default is pretty much ok. its jsut the vertical alignment thats the issue. ill just copy your dart file then if you dont plan to add an option.
perhaps an option to set this at vertical center?