NEW LINE TO THE DETAILS COMPONENT'S TEXT

A regular string break line is not producing the Details component text to have a line break. How will I be able to produce one ?
18338544.png

Hi,

The test is interpreted as Html so the line break \n is ignored.

You can change it to new Html("<span>Project...<br/>Payback</span>") or new Div(new Text("Project"), new Text("Payback")).