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