Skip to content

Commit

Permalink
Made anchoredOverlayKey immutable
Browse files Browse the repository at this point in the history
  • Loading branch information
vongrad committed Dec 2, 2024
1 parent 846a36c commit eb6dc0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/showcase_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class ShowCaseWidgetState extends State<ShowCaseWidget> {
int? activeWidgetId;
RenderBox? rootRenderObject;
Size? rootWidgetSize;
Key anchoredOverlayKey = UniqueKey();
final Key anchoredOverlayKey = UniqueKey();

/// These properties are only here so that it can be accessed by
/// [Showcase]
Expand Down

0 comments on commit eb6dc0f

Please sign in to comment.