DropdowWidget constructor
const
DropdowWidget({
- Key? key,
- ItemModel? valorDefecto,
- required List<
ItemModel> valores, - String? titulo,
- ValueChanged<
ItemModel?> ? onChanged, - FocusNode? focusNode,
- double? sizeTitulo,
- double? sizeItem,
- Widget? label,
- int elevetion = 0,
- Color? dropdownColor,
- Color? iconDisabledColor,
- Color? iconEnabledColor,
- double iconSize = 24.0,
- InputBorder? enabledBorder,
- InputBorder? disabledBorder,
Implementation
const DropdowWidget({
super.key,
this.valorDefecto,
required this.valores,
this.titulo,
this.onChanged,
this.focusNode,
this.sizeTitulo,
this.sizeItem,
this.label,
this.elevetion = 0,
this.dropdownColor,
this.iconDisabledColor,
this.iconEnabledColor,
this.iconSize = 24.0,
this.enabledBorder,
this.disabledBorder,
});