CommentAltLockIcon constructor

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

Implementation

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