setTextScrollPhysics method

void setTextScrollPhysics(
  1. ScrollPhysics? value
)

Implementation

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