EmptyViewBuilder typedef

EmptyViewBuilder = Widget Function(BuildContext context)

It build a widget for showing a empty list or empty screen Center(child: Text('Empty'))

Implementation

typedef EmptyViewBuilder = Widget Function(BuildContext context);