ZirSearchBox constructor

ZirSearchBox({
  1. Key? key,
  2. dynamic apiKey,
  3. dynamic corpusId,
  4. dynamic customerId,
  5. dynamic results,
  6. dynamic offset,
  7. dynamic image,
  8. dynamic callback,
})

Implementation

ZirSearchBox(
    {Key? key,
    this.apiKey,
    this.corpusId,
    this.customerId,
    this.results,
    this.offset,
    this.image,
    this.callback})
    : super(key: key);