BowlingBallIcon constructor

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

Implementation

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