CPDFFormsConfig constructor
const
CPDFFormsConfig({
- List<
CPDFFormType> availableTypes = CPDFFormType.values, - List<
CPDFConfigTool> availableTools = const [CPDFConfigTool.undo, CPDFConfigTool.redo], - CPDFFormAttribute initAttribute = const CPDFFormAttribute(),
- bool showCreateListBoxOptionsDialog = true,
- bool showCreateComboBoxOptionsDialog = true,
- 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});