EighteenPlusIcon constructor

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

Implementation

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