AmphitheatreEditor.consume constructor

const AmphitheatreEditor.consume({
  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,
})

Implementation

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