AsyncWidgetBuilder4<T1, T2, T3, T4> typedef

AsyncWidgetBuilder4<T1, T2, T3, T4> = Widget Function(BuildContext context, SnapshotTuple4<T1, T2, T3, T4> snapshots)

A variant of AsyncWidgetBuilder that uses SnapshotTuple4

Implementation

typedef AsyncWidgetBuilder4<T1, T2, T3, T4> = Widget Function(
  BuildContext context,
  SnapshotTuple4<T1, T2, T3, T4> snapshots,
);