Skip to content

Commit 7bdd4be

Browse files
committed
linux
1 parent c3cd079 commit 7bdd4be

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/docs/development/ui/interactive.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,9 +256,12 @@ it. In the same location, create the stateful widget:
256256
],
257257
),
258258
);
259-
@@ -117,2 +108,2 @@
260-
);
261-
}
259+
@@ -114,3 +105,5 @@
260+
),
261+
),
262+
],
263+
+ );
264+
+ }
262265
```
263266

264267
That's it! When you hot reload the app, the star icon should now respond to taps.

0 commit comments

Comments
 (0)