Skip to content

Commit

Permalink
test: fix texts
Browse files Browse the repository at this point in the history
  • Loading branch information
offich committed Dec 10, 2024
1 parent 9682007 commit a990178
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ void main() {
OverlayPortal(
controller: controller,
overlayChildBuilder: (context) =>
const Text('Expansion Tile'),
const Text('Overlay Portal'),
),
OverlayPortal(
controller: controller2,
overlayChildBuilder: (context) =>
const Text('Expansion Tile 2'),
const Text('Overlay Portal 2'),
),
],
);
Expand Down

0 comments on commit a990178

Please sign in to comment.