EnvelopeAltIcon constructor

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

Implementation

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