no_scroll_glow 0.1.0 copy "no_scroll_glow: ^0.1.0" to clipboard
no_scroll_glow: ^0.1.0 copied to clipboard

outdated

A Scroll behavior like android's scroll behavior but without the glow.

no_scroll_glow #

This scroll behavior is just like android's scroll behavior but without the glow.

how to use


NoScrollGlow(
  child: ListView.builder(itemCount: 10000,
            itemBuilder: (context, i){
              return ListTile(
                title: Text('$i'),
              );
            },
          ),
        ),

All Scroll decedents of this widget will have No Scroll Glow.

NoScrollGlowBehavior

applying the no scroll glow effect using a ScrollConfiguration Widget


ScrollConfiguration(
  behavior: NoScrollGlowBehavior(),
   child: ListView(
     children: [
       /* ... */
     ],   
   ),
 )

1
likes
40
pub points
57%
popularity

Publisher

verified publisheraligator.ir

A Scroll behavior like android's scroll behavior but without the glow.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on no_scroll_glow