DbLensSourceList constructor
const
DbLensSourceList({
- Key? key,
- DbLensController? controller,
- bool searchable = true,
- String searchHint = 'Search sources…',
Implementation
const DbLensSourceList({
super.key,
this.controller,
this.searchable = true,
this.searchHint = 'Search sources…',
});