BingIcon constructor

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

Implementation

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