clip property

Text clip

Clip the overflowing text to fix its container.

Implementation

Text get clip => _copyWith(overflow: TextOverflow.clip);