FastAppLoaderBuilder typedef

FastAppLoaderBuilder = Widget Function(BuildContext context, double progress)

Type definition for a builder that generates a loading widget given a BuildContext and a progress value.

Implementation

typedef FastAppLoaderBuilder = Widget Function(
  BuildContext context,
  double progress,
);