overflowReplacement method

VxRichText overflowReplacement(
  1. Widget overflowReplacement
)

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

Implementation

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