From de9bcd08770e31add6e4618adc1e2c1be58ec41c Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Wed, 25 Jun 2025 21:06:20 -0700 Subject: [PATCH] Add missing dart code block --- working/simpler-parameters/feature-specification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/working/simpler-parameters/feature-specification.md b/working/simpler-parameters/feature-specification.md index 27e2a60077..ee1750f042 100644 --- a/working/simpler-parameters/feature-specification.md +++ b/working/simpler-parameters/feature-specification.md @@ -168,7 +168,7 @@ class InsuranceCatalogItem({ Better, but the resulting parameter list is pretty cluttered. When combined with this proposal, the result is: -``` +```dart class InsuranceCatalogItem({ final List texts, final Color iconColor = Colors.black,