EditorConfig constructor

const EditorConfig({
  1. bool enableVideoAspectFill = true,
  2. bool supportsVisualEffects = true,
  3. bool supportsColorEffects = true,
  4. bool supportsVoiceOver = true,
  5. bool supportsAudioEditing = true,
})

Implementation

const EditorConfig({
  this.enableVideoAspectFill = true,
  this.supportsVisualEffects = true,
  this.supportsColorEffects = true,
  this.supportsVoiceOver = true,
  this.supportsAudioEditing = true
});