TOnValueBuilder<T, S extends OnValueSnapshot<T>> typedef

TOnValueBuilder<T, S extends OnValueSnapshot<T>> = Widget Function(BuildContext context, S snapshot)

Implementation

typedef TOnValueBuilder<T, S extends OnValueSnapshot<T>> = Widget Function(
  BuildContext context,
  S snapshot,
);