CommentAltQuestionIcon constructor

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

Implementation

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