WebGridIcon constructor

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

Implementation

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