setTextScrollPadding method

void setTextScrollPadding(
  1. EdgeInsets value
)

Implementation

void setTextScrollPadding(EdgeInsets value) {
  onNotifyWithCallback(() => textScrollPadding = value);
}