Last updated:
0 purchases
animated icon theme
A widget that provides a smooth animated icon theme data implicitly.
Demo
Usage #
To read more about classes and other references used by animated_icon_theme, see the API Reference.
AnimatedIconTheme(
curve: Curves.linear,
duration: const Duration(milliseconds: 200),
data: IconThemeData(
color: _color,
opacity: _opacity,
size: _size,
),
child: const Wrap(
spacing: 5,
children: [
Icon(Icons.bookmark),
Icon(Icons.favorite),
Icon(Icons.star),
],
),
)
copied to clipboard
Sponsoring #
If this package or any other package I created is helping you, please consider to sponsor me so that I can take time to read the issues, fix bugs, merge pull requests and add features to these packages.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.