standardProperties
When we use Theme.dump, standard properties should be displayed as simple method calls. Without this, we would have lots of unnecessary double quotes e.g.
"label" { "width"( 32.0 ) }
Content copied to clipboard
instead of :
"label" { width( 32.0 ) }
Content copied to clipboard