HeadphonesAltIcon constructor

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

Implementation

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