CPDFContentEditorConfig constructor

const CPDFContentEditorConfig({
  1. List<CPDFContentEditorType> availableTypes = CPDFContentEditorType.values,
  2. List<CPDFConfigTool> availableTools = CPDFConfigTool.values,
  3. CPDFContentEditorAttribute initAttribute = const CPDFContentEditorAttribute(),
})

Implementation

const CPDFContentEditorConfig(
    {this.availableTypes = CPDFContentEditorType.values,
    this.availableTools = CPDFConfigTool.values,
    this.initAttribute = const CPDFContentEditorAttribute()});