skip to Main Content

Does Text overflow ListTile in Flutter?

I want the subtitle of my ListTile to be hidden when it reaches the end of list tile. What i Get: What I want: If i give overflow:TextOverflow.ellipsis to the Text Widget i get this: Code: import 'package:flutter/material.dart'; class HomePage…

VIEW QUESTION
Back To Top
Search