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