textWrap method

Text textWrap()

Wraps text automatically.

Matches Bootstrap's .text-wrap class.

Implementation

Text textWrap() {
  return _copyWith(softWrap: true);
}