ParkingSquareIcon constructor

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

Implementation

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