maxFontSize method

VxRichText maxFontSize(
  1. double maxFontSize
)

The maximum text size constraint to be used when auto-sizing text.

Implementation

VxRichText maxFontSize(double maxFontSize) {
  _maxFontSize = maxFontSize;
  return this;
}