AmphitheatreEditor.consume constructor
const
AmphitheatreEditor.consume({
- required AmphitheatreController controller,
- AmphitheatreEditorStyle style = const AmphitheatreEditorStyle(),
- AmphitheatreEditorOptions options = const AmphitheatreEditorOptions(),
- AmphitheatreComponentBuilder buildVideoControls = _buildVideoControls,
- AmphitheatreExporterProgressBuilder buildExporterProgress = _buildAmphitheatreExporterProgress,
- Key? key,
See Amphitheatre.consume.
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;