CommentAltChartLinesIcon constructor

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

Implementation

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