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