setTextBehavior method

void setTextBehavior(
  1. TextBehavior behavior
)

Implementation

void setTextBehavior(TextBehavior behavior) {
  _textBehavior = behavior;
  _apply();
}