SearchingWidget constructor

const SearchingWidget({
  1. Key? key,
  2. required bool loadedAll,
  3. Widget? noResultsWidget,
  4. String? noResultText,
  5. Widget? loadingWidget,
  6. String? platform,
})

Implementation

const SearchingWidget({Key? key, required this.loadedAll, this.noResultsWidget, this.noResultText, this.loadingWidget, this.platform}) : super(key: key);