UKitDropdownBuilder constructor

UKitDropdownBuilder({
  1. double? borderRadius,
  2. UKitBorderType? borderType,
  3. Color? borderColor,
  4. Color? focusBorderColor,
  5. Color? errorBorderColor,
  6. double? borderWidth,
  7. double? padding,
  8. double? elevation,
  9. Color? bgColor,
  10. Color? labelColor,
  11. Color? selectedColor,
  12. Color? dropdownColor,
  13. FloatingLabelBehavior? floatingLabelBehavior,
})

Implementation

UKitDropdownBuilder({
  this.borderRadius,
  this.borderType,
  this.borderColor,
  this.focusBorderColor,
  this.errorBorderColor,
  this.borderWidth,
  this.padding,
  this.elevation,
  this.bgColor,
  this.labelColor,
  this.selectedColor,
  this.dropdownColor,
  this.floatingLabelBehavior,
});