textNowrap method

Text textNowrap()

Prevents text wrapping.

Matches Bootstrap's .text-nowrap class.

Implementation

Text textNowrap() {
  return _copyWith(softWrap: false);
}