DropdownFastor constructor

DropdownFastor({
  1. required double width,
  2. required List<String> names,
  3. required double iconSize,
  4. required DropDownSelectChangeListenerTest listener,
  5. required DropDownRemoveSelectedListener onRemoveSelected,
  6. double? height_frame,
  7. double? radiusButton,
  8. double? spinnerTriangleWidth,
  9. String? hintText,
  10. Widget? hintWidget,
  11. TextStyle? textStyleItemDropdown,
  12. TextAlign? textAlignItemDropdown,
  13. Color? colorHintText,
  14. Color? colorItemText,
  15. Color? colorItemTextSelected,
  16. Color? colorDropdownMenu,
  17. Color? colorDropdownButtonOutline,
  18. Color? underlineColor,
  19. Widget? iconDropdown,
  20. String? previousSelectedText,
  21. int? previousPosition,
  22. Color? colorPreviousSelected,
  23. EdgeInsets? paddingText,
  24. Decoration? decorationOutlineDropdown,
  25. String? errorBackendKeyJson,
  26. Map<String, dynamic>? errorBackendJson,
  27. Decoration? errorOutlineDropdownDropdown,
  28. TextStyle? errorTextStyle,
  29. TextDirection? textDirection,
  30. bool? showProgress,
  31. double? sizeProgress,
  32. Color? colorProgress,
})

Implementation

DropdownFastor( {
  required this.width,
  required this.names ,
  required this.iconSize,
  required this.listener,
  required this.onRemoveSelected,
  // this.removeSelected,
  this.height_frame,
  this.radiusButton,
  this.spinnerTriangleWidth,
  this.hintText,
  this.hintWidget,
  this.textStyleItemDropdown,
  this.textAlignItemDropdown,
  this.colorHintText,
  this.colorItemText,
  this.colorItemTextSelected,
  this.colorDropdownMenu,
  this.colorDropdownButtonOutline,
  // this.colorDropdownButtonBackground,
  this.underlineColor,
  this.iconDropdown,
  this.previousSelectedText,
  this.previousPosition,
  this.colorPreviousSelected,
  this.paddingText,
  this.decorationOutlineDropdown,
  this.errorBackendKeyJson,
  this.errorBackendJson,
  this.errorOutlineDropdownDropdown,
  // this.errorMessageBackend,
  this.errorTextStyle,
  this.textDirection,
  this.showProgress,
  this.sizeProgress,
  this.colorProgress,
}) {
  setDefaultValues();
}