Set max line on ListTile

Widgets & Design

I see an option on ListTile to set character max length, but not an option to set max lines. Is there a way to do this? Thanks.

What have you tried so far?

I tried to use max length but it's not optimal. I also needed the Slidable action on ListTile so I couldn't build it via Column, Row and Text.

Did you check FlutterFlow's Documentation for this topic?
Yes
2