emptyBuilder property
Widget displayed when the list is empty (itemCount is 0).
If null, an empty container is shown.
Implementation
final Widget? emptyBuilder;
Widget displayed when the list is empty (itemCount is 0).
If null, an empty container is shown.
final Widget? emptyBuilder;