CloudSunMeatballIcon constructor

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

Implementation

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