The current implementation reuses a Textfield to display the textual expression values in the details view, but because they are not directly editable the expression's text appears in gray and is not very readable:
Since we override this property section on the frontend and completely control how it is rendered, we can display the expressions in the same way as Label widgets, which is much more readable:

The current implementation reuses a
Textfieldto display the textual expression values in the details view, but because they are not directly editable the expression's text appears in gray and is not very readable:Since we override this property section on the frontend and completely control how it is rendered, we can display the expressions in the same way as
Labelwidgets, which is much more readable: