scroll_glow_color 0.1.2
scroll_glow_color: ^0.1.2 copied to clipboard
Change color of glow effect of scrollable widgets or remove the glow effect
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add scroll_glow_colorThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
scroll_glow_color: ^0.1.2Alternatively, 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:scroll_glow_color/scroll_glow_color.dart';