ArrowsHAltIcon constructor

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

Implementation

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