StarHalfAltIcon constructor

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

Implementation

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