CommentAltRedoIcon constructor

const CommentAltRedoIcon({
  1. Key? key,
  2. Color? color,
})

Implementation

const CommentAltRedoIcon({
  super.key,
  this.color,
});