YoutubeVideoResultsPage constructor

const YoutubeVideoResultsPage(
  1. {required String title,
  2. required PagingController<int, MediaItem> pagingController,
  3. required bool showAppBar,
  4. Key? key}
)

Create an instance of this page.

Implementation

const YoutubeVideoResultsPage({
  required this.title,
  required this.pagingController,
  required this.showAppBar,
  super.key,
});