InstructionalPopupSettingsIOS constructor

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

Implementation

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