CustomDropdownDecoration constructor

const CustomDropdownDecoration({
  1. Color? closedFillColor,
  2. Color? expandedFillColor,
  3. List<BoxShadow>? closedShadow,
  4. List<BoxShadow>? expandedShadow,
  5. Widget? closedSuffixIcon,
  6. Widget? expandedSuffixIcon,
  7. Widget? prefixIcon,
  8. BoxBorder? closedBorder,
  9. BorderRadius? closedBorderRadius,
  10. BoxBorder? closedErrorBorder,
  11. BorderRadius? closedErrorBorderRadius,
  12. BoxBorder? expandedBorder,
  13. BorderRadius? expandedBorderRadius,
  14. TextStyle? hintStyle,
  15. TextStyle? headerStyle,
  16. TextStyle? noResultFoundStyle,
  17. TextStyle? errorStyle,
  18. TextStyle? listItemStyle,
  19. ScrollbarThemeData? overlayScrollbarDecoration,
  20. SearchFieldDecoration? searchFieldDecoration,
  21. ListItemDecoration? listItemDecoration,
})

Implementation

const CustomDropdownDecoration({
  this.closedFillColor,
  this.expandedFillColor,
  this.closedShadow,
  this.expandedShadow,
  this.closedSuffixIcon,
  this.expandedSuffixIcon,
  this.prefixIcon,
  this.closedBorder,
  this.closedBorderRadius,
  this.closedErrorBorder,
  this.closedErrorBorderRadius,
  this.expandedBorder,
  this.expandedBorderRadius,
  this.hintStyle,
  this.headerStyle,
  this.noResultFoundStyle,
  this.errorStyle,
  this.listItemStyle,
  this.overlayScrollbarDecoration,
  this.searchFieldDecoration,
  this.listItemDecoration,
});