textNowrap method
Prevents text wrapping.
Matches Bootstrap's .text-nowrap class.
Implementation
Text textNowrap() {
return _copyWith(softWrap: false);
}
Prevents text wrapping.
Matches Bootstrap's .text-nowrap class.
Text textNowrap() {
return _copyWith(softWrap: false);
}