OperaAltIcon constructor

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

Implementation

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