DescDropdownView constructor Null safety
Implementation
DescDropdownView({
this.child,
required this.keyStr,
this.values = const [],
this.value = "",
this.onChanged,
this.hint = "선택하세요",
});
DescDropdownView({
this.child,
required this.keyStr,
this.values = const [],
this.value = "",
this.onChanged,
this.hint = "선택하세요",
});