textWidthBasis property

set textWidthBasis (TextWidthBasis value)

Implementation

set textWidthBasis(TextWidthBasis value) {
  if (_prototypePainter.textWidthBasis == value) {
    return;
  }
  _prototypePainter.textWidthBasis = value;
  markNeedsLayout();
}