KSelectButton constructor
const
KSelectButton({})
Implementation
const KSelectButton({
super.key,
this.size = ControlSize.regular,
this.disabled = false,
this.placeholder,
this.success = false,
this.warning = false,
this.error = false,
this.icon,
this.suffixIcon,
this.child,
this.onPressed,
this.onClear,
this.clearable = false,
});