visible property

Text visible

Render overflowing text outside of its container.

Implementation

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