UKitDropdownBuilder constructor
UKitDropdownBuilder({
- double? borderRadius,
- UKitBorderType? borderType,
- Color? borderColor,
- Color? focusBorderColor,
- Color? errorBorderColor,
- double? borderWidth,
- double? padding,
- double? elevation,
- Color? bgColor,
- Color? labelColor,
- Color? selectedColor,
- Color? dropdownColor,
- 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,
});