IDSDropDownString constructor
const
IDSDropDownString({})
Creates an instance of IDSDropDownString.
Implementation
const IDSDropDownString({
super.key,
required this.appBarBg,
required this.requestedCode,
required this.dropDownArray,
required this.callback,
});