glimmer 0.0.1 copy "glimmer: ^0.0.1" to clipboard
glimmer: ^0.0.1 copied to clipboard

Glimmer adds a dynamic, animated glimmer effect to UI elements

Glimmer #

   

Usage #

Glimmer(
                      isActive: true,
                      stroke: 2,
                      radius: 24,
                      clockwise: false,
                      duration: const Duration(seconds: 20),
                      colors: const [Colors.yellow, Colors.white, Colors.transparent],
                      child: IconButton(
                        color: Colors.yellow,
                        onPressed: () => {},
                        icon: const Icon(Icons.abc),
                      ),
                    ),
                
      

Parameters #

Parameter Type Description
isActive bool Is glimmer animation active or not
stroke double Width of Glimmer Effect.
radius double Radius Corner
clockwise bool Glimmer direction.
duration Duration Glimmer Speed.
colors List List of Glimmer Colors
stops List List of Glimmer Gradient Effect
child Widget Child widget
shape ShapeBorder RoundedRectangleBorder (or) CircleBorder

Note: colors and stops, must be same.

11
likes
0
points
21
downloads

Publisher

unverified uploader

Weekly Downloads

Glimmer adds a dynamic, animated glimmer effect to UI elements

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on glimmer