AmphitheatreExporterProgressBuilder typedef

AmphitheatreExporterProgressBuilder = Widget Function({required double progress})

A builder that returns a Scaffold, rendered when the AmphitheatreEditor is exporting the new video.

Implementation

typedef AmphitheatreExporterProgressBuilder = Widget Function({
  required double progress,
});