TOnOptionListBuilder<T extends Object, TSnapshot extends OnOptionListSnapshot<T>> typedef

TOnOptionListBuilder<T extends Object, TSnapshot extends OnOptionListSnapshot<T>> = Widget Function(BuildContext context, TSnapshot snapshot)

Implementation

typedef TOnOptionListBuilder<
  T extends Object,
  TSnapshot extends OnOptionListSnapshot<T>
> = Widget Function(BuildContext context, TSnapshot snapshot);