scrollConfiguration property

ScrollBehavior scrollConfiguration

Returns the scroll behavior from the closest widgets.ScrollConfiguration ancestor.

context.scrollConfiguration is equivalent to widgets.ScrollConfiguration.of.

Implementation

widgets.ScrollBehavior get scrollConfiguration {
  return widgets.ScrollConfiguration.of(this);
}