clip property

Text get clip

Sets overflow behavior to clip (overflowing text is clipped)

Implementation

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