WidgetBuilder typedef

WidgetBuilder = Widget Function(BuildContext context)

Build widget used in ListViewWithDataSource. The widget will display at head or foot of the list.

Implementation

typedef WidgetBuilder = Widget Function(
  BuildContext context,
);