InstructionalPopupSettingsAndroid constructor

InstructionalPopupSettingsAndroid({
  1. String? documentLabel,
  2. String? documentIllustration,
})

Implementation

InstructionalPopupSettingsAndroid({
  this.documentLabel,
  this.documentIllustration,
});