AmphitheatreEditor constructor

const AmphitheatreEditor({
  1. required AmphitheatreController controller,
  2. AmphitheatreEditorStyle style = const AmphitheatreEditorStyle(),
  3. AmphitheatreEditorOptions options = const AmphitheatreEditorOptions(),
  4. AmphitheatreComponentBuilder buildVideoControls = _buildVideoControls,
  5. AmphitheatreExporterProgressBuilder buildExporterProgress = _buildAmphitheatreExporterProgress,
  6. Key? key,
})

The default constructor for AmphitheatreEditor.

Implementation

const AmphitheatreEditor({
  required this.controller,
  this.style = const AmphitheatreEditorStyle(),
  this.options = const AmphitheatreEditorOptions(),
  this.buildVideoControls = _buildVideoControls,
  this.buildExporterProgress = _buildAmphitheatreExporterProgress,
  super.key,
}) : consumedController = false;