animated_icon_theme 1.0.4 copy "animated_icon_theme: ^1.0.4" to clipboard
animated_icon_theme: ^1.0.4 copied to clipboard

A widget that provides a smooth animated icon theme data implicitly.

Pub Version GitHub GitHub GitHub

A widget that provides a smooth animated icon theme data implicitly.

Preview

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),
    ],
  ),
)

Sponsoring #

Buy Me A Coffee Ko-Fi

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.

0
likes
160
pub points
5%
popularity

Publisher

verified publisherwidgetarian.com

A widget that provides a smooth animated icon theme data implicitly.

Repository (GitHub)
View/report issues

Topics

#ui #icon #theme #animated #widgetarian

Documentation

API reference

Funding

Consider supporting this project:

buymeacoffee.com
ko-fi.com

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on animated_icon_theme