ArrowsHIcon constructor

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

Implementation

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