visible property

Text get visible

Sets overflow behavior to visible (text can overflow its bounds)

Implementation

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