AnimatedStyledIcon constructor
const
AnimatedStyledIcon(
- AnimatedIconData icon, {
- String? semanticLabel,
- Style? style,
- Key? key,
- required Animation<
double> progress, - bool inherit = false,
- TextDirection? textDirection,
- List<
Type> orderOfModifiers = const [],
Implementation
const AnimatedStyledIcon(
this.icon, {
this.semanticLabel,
super.style,
super.key,
required this.progress,
super.inherit,
this.textDirection,
super.orderOfModifiers = const [],
});