flutter_scroll_shadow 1.2.6 copy "flutter_scroll_shadow: ^1.2.6" to clipboard
flutter_scroll_shadow: ^1.2.6 copied to clipboard

ScrollShadow adds shadows to a scrollable child. Supports ScrollController and vertical or horizontal orientation.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_scroll_shadow
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_scroll_shadow: ^1.2.6
copied to clipboard

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_scroll_shadow/flutter_scroll_shadow.dart';
copied to clipboard
37
likes
160
points
80.4k
downloads

Publisher

verified publisherinsideapp.it

Weekly Downloads

2024.09.20 - 2025.04.04

ScrollShadow adds shadows to a scrollable child. Supports ScrollController and vertical or horizontal orientation.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on flutter_scroll_shadow