setTextScrollPhysics method
Implementation
void setTextScrollPhysics(ScrollPhysics? value) {
onNotifyWithCallback(() => textScrollPhysics = value);
}
void setTextScrollPhysics(ScrollPhysics? value) {
onNotifyWithCallback(() => textScrollPhysics = value);
}