SixteenPlusIcon constructor

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

Implementation

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