CelsiusIcon constructor

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

Implementation

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