CPDFContentEditorConfig class

Constructors

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

Properties

availableTools List<CPDFConfigTool>
Available tools, including: Setting, Undo, Redo.
final
availableTypes List<CPDFContentEditorType>
Content editing mode, the editing mode displayed at the bottom of the view Default order: editorText, editorImage
final
hashCode int
The hash code for this object.
no setterinherited
initAttribute CPDFContentEditorAttribute
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited