WindowIcon constructor

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

Implementation

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