BoomboxIcon constructor

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

Implementation

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