overflow property

  1. @override
TextOverflow overflow
final

How visual overflow should be handled.

If this is null TextStyle.overflow will be used, otherwise the value from the nearest DefaultTextStyle ancestor will be used.

Implementation

@override
final TextOverflow overflow;