overflowReplacement method

VxTextBuilder overflowReplacement(
  1. Widget overflowReplacement
)

If the text is overflowing and does not fit its bounds, this widget is displayed instead.

Implementation

VxTextBuilder overflowReplacement(Widget overflowReplacement) {
  _replacement = overflowReplacement;
  return this;
}