- override
Use the value returned by ScrollConfiguration.createScrollBehavior.
If this widget doesn't have a ScrollConfiguration ancestor,
or its createScrollBehavior callback is null, then return a new instance
of OverscrollWhenScrollableBehavior.
Source
@override ExtentScrollBehavior createScrollBehavior() => new BoundedBehavior(platform: config.platform);