NavigateToLibraryPage constructor

NavigateToLibraryPage(
  1. LibraryPageHandle page, {
  2. Map<String, Object?>? params,
  3. bool allowBack = true,
})

Implementation

NavigateToLibraryPage(
  this.page, {
  Map<String, Object?>? params,
  this.allowBack = true,
}) : params = params == null ? const {} : Map.unmodifiable(params);