AnimatedStyledIcon constructor

const AnimatedStyledIcon(
  1. AnimatedIconData icon, {
  2. String? semanticLabel,
  3. Style? style,
  4. Key? key,
  5. required Animation<double> progress,
  6. bool inherit = false,
  7. TextDirection? textDirection,
  8. 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 [],
});