ShieldPlusIcon constructor

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

Implementation

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