AsyncWidgetBuilder6<T1, T2, T3, T4, T5, T6> typedef

AsyncWidgetBuilder6<T1, T2, T3, T4, T5, T6> = Widget Function(BuildContext context, SnapshotTuple6<T1, T2, T3, T4, T5, T6> snapshots)

A variant of AsyncWidgetBuilder that uses SnapshotTuple6

Implementation

typedef AsyncWidgetBuilder6<T1, T2, T3, T4, T5, T6> = Widget Function(
  BuildContext context,
  SnapshotTuple6<T1, T2, T3, T4, T5, T6> snapshots,
);