EditorConfig constructor

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

Implementation

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