DocumentTextFieldFullScreen constructor

DocumentTextFieldFullScreen(
  1. AppModel app,
  2. String label,
  3. String? documentValue,
  4. List<DocumentItemModel>? images,
  5. BackgroundModel? bdm,
  6. DocumentTextFieldTrigger trigger,
)

Implementation

DocumentTextFieldFullScreen(this.app, this.label, this.documentValue,
    this.images, this.bdm, this.trigger);