maxWidth property
Maximum width in columns for text truncation.
When overflow is TextOverflow.ellipsis, text lines wider than maxWidth are truncated with an ellipsis. Without this, ellipsis overflow has no effect because there is no width constraint to truncate against.
Implementation
final int? maxWidth;