We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36ac0a2 commit 391ed98Copy full SHA for 391ed98
packages/devtools_app/lib/src/standalone_ui/ide_shared/property_editor/property_editor_controller.dart
@@ -179,12 +179,14 @@ class PropertyEditorController extends DisposableController
179
property.name,
180
property.type,
181
property.value, // Include the property value.
182
+ property.displayValue,
183
widgetName,
184
fileUri,
185
)
186
: Object.hash(
187
188
189
190
191
192
range.start.line, // Include the start position of the property.
0 commit comments