SearchFieldListItem<T> constructor

SearchFieldListItem<T>(
  1. String searchKey, {
  2. Widget? child,
  3. T? item,
  4. Key? key,
})

Implementation

SearchFieldListItem(this.searchKey, {this.child, this.item, this.key});