overflowClip property

VRichText get overflowClip

Clips overflow.

Implementation

VRichText get overflowClip => VRichText(
  _children,
  align: _align,
  textDirection: _textDirection,
  overflow: TextOverflow.clip,
  maxLines: _maxLines,
  textHeightBehavior: _textHeightBehavior,
);