webscrollbar 0.0.2 copy "webscrollbar: ^0.0.2" to clipboard
webscrollbar: ^0.0.2 copied to clipboard

A scrollbar that is designed for the desktop version of web. It creates a general scrollbar, for the desktop version of your website.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add webscrollbar

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

dependencies:
  webscrollbar: ^0.0.2

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:webscrollbar/webscrollbar.dart';
16
likes
20
pub points
42%
popularity

Publisher

unverified uploader

A scrollbar that is designed for the desktop version of web. It creates a general scrollbar, for the desktop version of your website.

Repository (GitLab)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, smooth_scroll_web

More

Packages that depend on webscrollbar