IDSDropDownString constructor
const
IDSDropDownString({})
Implementation
const IDSDropDownString(
{Key? key,
required this.appBarBg,
required this.requestedCode,
required this.dropDownArray,
required this.callback})
: super(key: key);