scroll_glow_color 0.1.2 copy "scroll_glow_color: ^0.1.2" to clipboard
scroll_glow_color: ^0.1.2 copied to clipboard

Change color of glow effect of scrollable widgets or remove the glow effect

scroll_glow_color #

Change color of glow effect of scrollable widgets or remove the glow effect

photo4972372527678597406

ScrollGlowColor( // Use ScrollGlowColor as parent of "Scrollables" widgets
  color: Color(0xFFB900A5), // use a custom color instead default accentColor theme color
  hideGlow: false, // default is false
  child: ListView.builder(
    itemCount: 50,
    itemBuilder: (_, i) {
      return ListTile(
        title: Text(' Tile ${i + 1}'),
      );
    },
  ),
)
6
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Change color of glow effect of scrollable widgets or remove the glow effect

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on scroll_glow_color