CustomDropdownDisabledDecoration constructor

const CustomDropdownDisabledDecoration({
  1. Color? fillColor,
  2. List<BoxShadow>? shadow,
  3. Widget? suffixIcon,
  4. Widget? prefixIcon,
  5. BoxBorder? border,
  6. BorderRadius? borderRadius,
  7. TextStyle? headerStyle,
  8. TextStyle? hintStyle,
})

Implementation

const CustomDropdownDisabledDecoration({
  this.fillColor,
  this.shadow,
  this.suffixIcon,
  this.prefixIcon,
  this.border,
  this.borderRadius,
  this.headerStyle,
  this.hintStyle,
});