CustomDropDownButton<T> constructor
const
CustomDropDownButton<T> ({
- Key? key,
- List<
T> ? items, - void onChanged(
- T?
- double? width,
- double? height,
- T? newValue,
- String? hintText,
- String? validator(
- T?
- String? labelText,
- EdgeInsetsGeometry? contentPadding,
- TextAlign? textAlign,
- TextAlign? labelAlign,
- Color? fillColor,
- void onTap()?,
- Color? labelColor,
- InputBorder? inputBorder,
- InputBorder? disabledBorder,
- InputBorder? enabledBorder,
- Color? iconColor,
- Color? borderColor,
- Color? dropdownColor,
- Color? itemColor,
- BorderRadius? borderRadius,
- Widget? icon,
- double? radius,
- TextStyle? hintStyle,
Implementation
const CustomDropDownButton({
super.key,
this.items,
this.onChanged,
this.width,
this.height,
this.newValue,
this.hintText,
this.validator,
this.labelText,
this.contentPadding,
this.textAlign,
this.labelAlign,
this.fillColor,
this.onTap,
this.labelColor,
this.inputBorder,
this.disabledBorder,
this.enabledBorder,
this.iconColor,
this.borderColor,
this.dropdownColor,
this.itemColor,
this.borderRadius,
this.icon,
this.radius,
this.hintStyle,
});