CPDFFormsConfig constructor

const CPDFFormsConfig({
  1. List<CPDFFormType> availableTypes = CPDFFormType.values,
  2. List<CPDFConfigTool> availableTools = const [CPDFConfigTool.undo, CPDFConfigTool.redo],
  3. CPDFFormAttribute initAttribute = const CPDFFormAttribute(),
  4. bool showCreateListBoxOptionsDialog = true,
  5. bool showCreateComboBoxOptionsDialog = true,
  6. bool showCreatePushButtonOptionsDialog = true,
})

Implementation

const CPDFFormsConfig(
    {this.availableTypes = CPDFFormType.values,
    this.availableTools = const [CPDFConfigTool.undo, CPDFConfigTool.redo],
    this.initAttribute = const CPDFFormAttribute(),
    this.showCreateListBoxOptionsDialog = true,
    this.showCreateComboBoxOptionsDialog = true,
    this.showCreatePushButtonOptionsDialog = true});