LiveListItemBuilder typedef
Signature for the builder callback
Implementation
typedef LiveListItemBuilder = Widget Function(
BuildContext context, int index, Animation<double> animation);
Signature for the builder callback
typedef LiveListItemBuilder = Widget Function(
BuildContext context, int index, Animation<double> animation);