Skip to content

Commit

Permalink
snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
busslina committed Sep 19, 2024
1 parent 058474e commit 19737bc
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions package/lib/src/beam_stack.dart
Original file line number Diff line number Diff line change
Expand Up @@ -456,13 +456,8 @@ class RoutesBeamStack extends BeamStack<BeamState> {
final BeamerDelegate parent;

/// Map of all routes this stack handles.
final Map<
Pattern,
dynamic Function(
BuildContext,
BeamState,
Object? data,
)> routes;
final Map<Pattern, dynamic Function(BuildContext, BeamState, Object? data)>
routes;

/// A wrapper used as [BeamStack.builder].
final Widget Function(BuildContext context, Widget navigator)? navBuilder;
Expand Down

0 comments on commit 19737bc

Please sign in to comment.