CommentAltEditIcon constructor

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

Implementation

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