native_web_scroll library
Public entrypoint that conditionally exports the platform implementation.
- On Web, exports
src/web/native_web_scroll.dart. - On other platforms, exports
src/base/native_scroll_base.dart.
Classes
- NativeScrollBuilder
-
A platform-agnostic version of
NativeScrollBuilder. - NativeScrollConfig
-
Immutable configuration for
NativeScrollBuilderbehavior.
Typedefs
- NativeScrollWidgetBuilder = Widget Function(BuildContext context, ScrollController controller)
- Signature for a builder that receives a ScrollController synchronized with the platform's native scrolling on the current platform.