NikuDropdownButtonFormField<T> constructor
NikuDropdownButtonFormField<T> (
- T? value, {
- Key? key,
- DropdownButtonBuilder? selectedItemBuilder,
- List<
DropdownMenuItem< ? items,T> > - Widget? hint,
- Widget? disabledHint,
- ValueChanged<
T?> ? onChanged, - VoidCallback? onTap,
- int? elevation,
- NikuTextStyle? style,
- Widget? icon,
- Color? iconDisabledColor,
- Color? iconEnabledColor,
- double? iconSize,
- bool? isDense,
- bool? isExpanded,
- double? itemHeight,
- Color? focusColor,
- FocusNode? focusNode,
- bool? autofocus,
- Color? dropdownColor,
- bool? enableFeedback,
- AlignmentGeometry? alignment,
- List<
T> ? itemsValue, - NikuInputDecoration? decoration,
Implementation
NikuDropdownButtonFormField(
this.value, {
Key? key,
this.selectedItemBuilder,
this.items,
this.hint,
this.disabledHint,
this.onChanged,
this.onTap,
this.elevation,
this.style,
this.icon,
this.iconDisabledColor,
this.iconEnabledColor,
this.iconSize,
this.isDense,
this.isExpanded,
this.itemHeight,
this.focusColor,
this.focusNode,
this.autofocus,
this.dropdownColor,
this.menuMaxHeight,
this.enableFeedback,
this.alignment,
this.itemsValue,
this.decoration,
}) : super(key: key);