From 753980b5935fea70a05b1301fc3687aa00e60c7f Mon Sep 17 00:00:00 2001 From: Vicente Date: Thu, 19 Sep 2024 20:07:52 +0200 Subject: [PATCH] snapshot --- package/lib/src/stack_builders.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/package/lib/src/stack_builders.dart b/package/lib/src/stack_builders.dart index 845265d..0f513f6 100644 --- a/package/lib/src/stack_builders.dart +++ b/package/lib/src/stack_builders.dart @@ -50,8 +50,6 @@ class RoutesStackBuilder { RoutesStackBuilder({required this.routes, this.builder}); /// List of all routes this builder handles. - /// - /// isPinnacle is true when the route is the outer/last in the stack. final Map routes; /// Used as a [BeamStack.builder].