AsyncWidgetBuilder7<T1, T2, T3, T4, T5, T6, T7> typedef

AsyncWidgetBuilder7<T1, T2, T3, T4, T5, T6, T7> = Widget Function(BuildContext context, SnapshotTuple7<T1, T2, T3, T4, T5, T6, T7> snapshots)

A variant of AsyncWidgetBuilder that uses SnapshotTuple7

Implementation

typedef AsyncWidgetBuilder7<T1, T2, T3, T4, T5, T6, T7> = Widget Function(
  BuildContext context,
  SnapshotTuple7<T1, T2, T3, T4, T5, T6, T7> snapshots,
);