DesktopView constructor
DesktopView({
- required String? value,
- required List<
DropdownMenuItem< items,String> > - required void onChanged(
- String newValue
- required BuildContext context,
- required String? label,
- required bool disabled,
- required bool? isMandatory,
- required Function? addButtonCallback,
- required Function? openPanel,
- required Widget? panelChild,
- required FocusNode focusNode,
Implementation
DesktopView({
required this.value,
required this.items,
required this.onChanged,
required this.context,
required this.label,
required this.disabled,
required this.isMandatory,
required this.addButtonCallback,
required this.openPanel,
required this.panelChild,
required this.focusNode,
});