AsyncWidgetBuilder8<T1, T2, T3, T4, T5, T6, T7, T8> typedef

AsyncWidgetBuilder8<T1, T2, T3, T4, T5, T6, T7, T8> = Widget Function(BuildContext context, SnapshotTuple8<T1, T2, T3, T4, T5, T6, T7, T8> snapshots)

A variant of AsyncWidgetBuilder that uses SnapshotTuple8

Implementation

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