MDropDown<T> constructor
const
MDropDown<T> ({})
Implementation
const MDropDown({this.controller,this.label, required this.items, this.value, this.hint, Key? key, this.onChanged, this.suffixIcon, this.prefixIcon, this.required = true}) : super(key: key);