JsonDropdownButtonFormFieldBuilderModel constructor

const JsonDropdownButtonFormFieldBuilderModel(
  1. Map<String, dynamic> args, {
  2. Alignment? alignment,
  3. bool? autofocus,
  4. AutovalidateMode? autovalidateMode,
  5. BorderRadius? borderRadius,
  6. dynamic decoration,
  7. JsonWidgetData? disabledHint,
  8. Color? dropdownColor,
  9. int? elevation,
  10. bool? enableFeedback,
  11. bool? enabled,
  12. Color? focusColor,
  13. FocusNode? focusNode,
  14. JsonWidgetData? hint,
  15. JsonWidgetData? icon,
  16. double? iconSize,
  17. dynamic items,
  18. Color? iconDisabledColor,
  19. Color? iconEnabledColor,
  20. bool? isDense,
  21. bool? isExpanded,
  22. double? itemHeight,
  23. double? menuMaxHeight,
  24. ValueChanged? onChanged,
  25. FormFieldSetter? onSaved,
  26. VoidCallback? onTap,
  27. dynamic selectedItemBuilder,
  28. Validator? validator,
  29. TextStyle? style,
  30. dynamic value,
})

Implementation

const JsonDropdownButtonFormFieldBuilderModel(
  super.args, {
  this.alignment,
  this.autofocus,
  this.autovalidateMode,
  this.borderRadius,
  this.decoration,
  this.disabledHint,
  this.dropdownColor,
  this.elevation,
  this.enableFeedback,
  this.enabled,
  this.focusColor,
  this.focusNode,
  this.hint,
  this.icon,
  this.iconSize,
  this.items,
  this.iconDisabledColor,
  this.iconEnabledColor,
  this.isDense,
  this.isExpanded,
  this.itemHeight,
  this.menuMaxHeight,
  this.onChanged,
  this.onSaved,
  this.onTap,
  this.selectedItemBuilder,
  this.validator,
  this.style,
  this.value,
});