CyberComboBox constructor
const
CyberComboBox({
- Key? key,
- dynamic text,
- dynamic displayMember,
- dynamic valueMember,
- CyberDataTable? dataSource,
- String? label,
- String? hint,
- TextStyle? labelStyle,
- TextStyle? textStyle,
- IconData? icon,
- bool enabled = true,
- ValueChanged? onChanged,
- dynamic onLeaver(
- dynamic
- Color? iconColor,
- Color? backgroundColor,
- Color? borderColor,
- bool isShowLabel = true,
- dynamic isVisible = true,
- dynamic isCheckEmpty = false,
Implementation
const CyberComboBox({
super.key,
this.text,
this.displayMember,
this.valueMember,
this.dataSource,
this.label,
this.hint,
this.labelStyle,
this.textStyle,
this.icon,
this.enabled = true,
this.onChanged,
this.onLeaver,
this.iconColor,
this.backgroundColor,
this.borderColor,
this.isShowLabel = true,
this.isVisible = true,
this.isCheckEmpty = false,
});