SearchSheetController<T> constructor
SearchSheetController<T> ({
- SearchSheetType type = SearchSheetType.singleSelect,
Creates a new SearchSheetController.
type defaults to singleSelect.
Implementation
SearchSheetController({this.type = SearchSheetType.singleSelect});