emptyBuilder property

WidgetBuilder? emptyBuilder
final

An optional builder that's shown when the list of items is empty.

If null, nothing is shown.

Implementation

final WidgetBuilder? emptyBuilder;