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