textHeightBehavior property
set
textHeightBehavior
(TextHeightBehavior? value)
Implementation
set textHeightBehavior(TextHeightBehavior? value) {
if (_prototypePainter.textHeightBehavior == value) {
return;
}
_prototypePainter.textHeightBehavior = value;
markNeedsLayout();
}