CommentAltNotesIcon constructor

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

Implementation

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