Skip to content

Commit 270288d

Browse files
authored
Add missing dart code block (#4424)
1 parent 7804cd9 commit 270288d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

working/simpler-parameters/feature-specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ class InsuranceCatalogItem({
168168
Better, but the resulting parameter list is pretty cluttered. When combined
169169
with this proposal, the result is:
170170

171-
```
171+
```dart
172172
class InsuranceCatalogItem({
173173
final List<String> texts,
174174
final Color iconColor = Colors.black,

0 commit comments

Comments
 (0)