BagAltIcon constructor

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

Implementation

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