ChildBuilder<T extends ParseObject> typedef
ChildBuilder<T extends ParseObject> =
Widget Function(BuildContext context, ParseLiveListElementSnapshot<T> snapshot)
The type of function that builds a child widget for a ParseLiveList element.
Implementation
typedef ChildBuilder<T extends sdk.ParseObject> = Widget Function(
BuildContext context, sdk.ParseLiveListElementSnapshot<T> snapshot);