WallIcon constructor

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

Implementation

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