Skip to content

Commit

Permalink
Fix line highlighting on web-dev page (#11251)
Browse files Browse the repository at this point in the history
Be consistent with css highlight.

![image](https://github.com/user-attachments/assets/19f76503-3d66-4ddb-9803-3f92682ec3c2)

I think highlighting `shape: BoxShape.circle`, will be better?
  • Loading branch information
xjccc authored Oct 10, 2024
1 parent 207c4a9 commit da7c404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/get-started/flutter-for/web-devs.md
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ with [`BoxShape` enum][] for this purpose.
}
```

```dart highlightLines=10,13-14,18
```dart highlightLines=11,14-15,19
final container = Container(
// grey box
width: 320,
Expand Down

0 comments on commit da7c404

Please sign in to comment.