DocumentTextField constructor
DocumentTextField(
- AppModel app,
- String label,
- String? originalDocumentValue,
- List<
DocumentItemModel> ? images, - BackgroundModel? bdm,
- DocumentTextFieldTrigger trigger,
Implementation
DocumentTextField(this.app, this.label, this.originalDocumentValue,
this.images, this.bdm, this.trigger);