AsyncWidgetBuilder2<T1, T2> typedef

AsyncWidgetBuilder2<T1, T2> = Widget Function(BuildContext context, SnapshotTuple2<T1, T2> snapshots)

A variant of AsyncWidgetBuilder that uses SnapshotTuple2

Implementation

typedef AsyncWidgetBuilder2<T1, T2> = Widget Function(
  BuildContext context,
  SnapshotTuple2<T1, T2> snapshots,
);