JsonDropdownButtonFormFieldBuilder constructor

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

Implementation

JsonDropdownButtonFormFieldBuilder({
  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,
}) : super(numSupportedChildren: kNumSupportedChildren);