WhenSnapshotWidgetBuilderCallback<RESULT_TYPE> typedef

WhenSnapshotWidgetBuilderCallback<RESULT_TYPE> = Widget Function(BuildContext context, FutureSnapshot<RESULT_TYPE> snapshot)

Implementation

typedef WhenSnapshotWidgetBuilderCallback<RESULT_TYPE> = Widget Function(
  BuildContext context,
  FutureSnapshot<RESULT_TYPE> snapshot,
);