DbLensSourceList constructor

const DbLensSourceList({
  1. Key? key,
  2. DbLensController? controller,
  3. bool searchable = true,
  4. String searchHint = 'Search sources…',
})

Implementation

const DbLensSourceList({
  super.key,
  this.controller,
  this.searchable = true,
  this.searchHint = 'Search sources…',
});