maxFontSize method

VxTextBuilder maxFontSize(
  1. double maxFontSize
)

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

Implementation

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