AsyncWidgetBuilder3<T1, T2, T3> typedef

AsyncWidgetBuilder3<T1, T2, T3> = Widget Function(BuildContext context, SnapshotTuple3<T1, T2, T3> snapshots)

A variant of AsyncWidgetBuilder that uses SnapshotTuple3

Implementation

typedef AsyncWidgetBuilder3<T1, T2, T3> = Widget Function(
  BuildContext context,
  SnapshotTuple3<T1, T2, T3> snapshots,
);