animated_icon_theme 1.0.4 animated_icon_theme: ^1.0.4 copied to clipboard
A widget that provides a smooth animated icon theme data implicitly.
A widget that provides a smooth animated icon theme data implicitly.
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),
],
),
)
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.