AsyncWidgetBuilder5<T1, T2, T3, T4, T5> typedef

AsyncWidgetBuilder5<T1, T2, T3, T4, T5> = Widget Function(BuildContext context, SnapshotTuple5<T1, T2, T3, T4, T5> snapshots)

A variant of AsyncWidgetBuilder that uses SnapshotTuple5

Implementation

typedef AsyncWidgetBuilder5<T1, T2, T3, T4, T5> = Widget Function(
  BuildContext context,
  SnapshotTuple5<T1, T2, T3, T4, T5> snapshots,
);