JsonDropdownButtonFormFieldBuilder constructor
JsonDropdownButtonFormFieldBuilder({
- Alignment? alignment,
- bool? autofocus,
- AutovalidateMode? autovalidateMode,
- BorderRadius? borderRadius,
- dynamic decoration,
- JsonWidgetData? disabledHint,
- Color? dropdownColor,
- int? elevation,
- bool? enableFeedback,
- bool? enabled,
- Color? focusColor,
- FocusNode? focusNode,
- JsonWidgetData? hint,
- JsonWidgetData? icon,
- double? iconSize,
- dynamic items,
- Color? iconDisabledColor,
- Color? iconEnabledColor,
- bool? isDense,
- bool? isExpanded,
- double? itemHeight,
- ValueChanged? onChanged,
- FormFieldSetter? onSaved,
- VoidCallback? onTap,
- dynamic selectedItemBuilder,
- Validator? validator,
- TextStyle? style,
- 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);