When using FittedBox, the text size gets very small compared to the text length. I don't want the text to shrink. Instead I want the text to stay the same size and fit only the part that can fit.
Container(
width: 250,
child: Text("Data will end with ... instead of shrinking..."),),