In 1.0.0 Icons are not following color from theme and shows ThemeData.disabledColor
AnimatedIconButton(
size: 25,
animationController: _iconController,
icons: const [
AnimatedIconItem(icon: Icon(Icons.share)),
AnimatedIconItem(icon: Icon(Icons.close_rounded)),
],
),