CyberLookup constructor
const
CyberLookup({
- Key? key,
- dynamic text,
- dynamic display,
- dynamic tbName,
- dynamic strFilter,
- dynamic displayField,
- dynamic displayValue,
- String? label,
- String? hint,
- TextStyle? labelStyle,
- TextStyle? textStyle,
- IconData? icon,
- bool enabled = true,
- dynamic onLeaver(
- dynamic
- ValueChanged? onChanged,
- Color? backgroundColor,
- Color? borderColor,
- bool isShowLabel = true,
- dynamic isVisible = true,
- dynamic isCheckEmpty = false,
Implementation
const CyberLookup({
super.key,
this.text,
this.display,
this.tbName,
this.strFilter,
this.displayField,
this.displayValue,
this.label,
this.hint,
this.labelStyle,
this.textStyle,
this.icon,
this.enabled = true,
this.onLeaver,
this.onChanged,
this.backgroundColor,
this.borderColor,
this.isShowLabel = true,
this.isVisible = true,
this.isCheckEmpty = false,
});