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

AsyncWidgetBuilder9<T1, T2, T3, T4, T5, T6, T7, T8, T9> = Widget Function(BuildContext context, SnapshotTuple9<T1, T2, T3, T4, T5, T6, T7, T8, T9> snapshots)

A variant of AsyncWidgetBuilder that uses SnapshotTuple9

Implementation

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