textWrap method
Wraps text automatically.
Matches Bootstrap's .text-wrap class.
Implementation
Text textWrap() {
return _copyWith(softWrap: true);
}
Wraps text automatically.
Matches Bootstrap's .text-wrap class.
Text textWrap() {
return _copyWith(softWrap: true);
}