shrinkLimit property
The shrink limit by default is 67%, which means the cell contents will shrink until 67% of their original width, and then overflow. Make the shrink limit equal to 0.0 if you want the cell contents to shrink with no limits. Note, if fitHorizontally is false, the limit is not used.
Implementation
final double? shrinkLimit;