CPDFContentEditorConfig constructor
const
CPDFContentEditorConfig({
- List<
CPDFContentEditorType> availableTypes = CPDFContentEditorType.values, - List<
CPDFConfigTool> availableTools = CPDFConfigTool.values, - CPDFContentEditorAttribute initAttribute = const CPDFContentEditorAttribute(),
Implementation
const CPDFContentEditorConfig(
{this.availableTypes = CPDFContentEditorType.values,
this.availableTools = CPDFConfigTool.values,
this.initAttribute = const CPDFContentEditorAttribute()});