setTextOverflow method

void setTextOverflow(
  1. TextOverflow? value
)

Implementation

void setTextOverflow(TextOverflow? value) {
  onNotifyWithCallback(() => textOverflow = value);
}