Hey all,
I've a ListView Widget that I've implemented reorderable. With this widget I can't get the Empty List Widget component to show when the list is empty. Any ideas why?
Hey all,
I've a ListView Widget that I've implemented reorderable. With this widget I can't get the Empty List Widget component to show when the list is empty. Any ideas why?
I have tried changing the dimensions of the empty list component, but that doesn't change it suddenly being viewed. And I know for sure because FlutterFlow will throw a red error in the list during Test Mode. So it can't be the components dimensions.
I've tried using different components.
I have another list view on a separate page, and that Empty List Widget is working perfect with the exact same component I am trying to use on the problematic List View that has reorderable implemented.