scrollPadding property

EdgeInsets scrollPadding
final

ScrollPadding follows the same property as TextField's ScrollPadding, default to const EdgeInsets.all(20),

Implementation

final EdgeInsets scrollPadding;