skip to Main Content

Css – Scrolling flexbox

Here is the code that I wrote to achieve the result. I tried to apply solution found here, but either my problem is different, or I'm missing the point. <div class="container"> <div class="grid"> <div class="left_flex"> <div class="img"><img src="https://dummyimage.com/250x350/ddd/000000.png" /></div> <div…

VIEW QUESTION

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