ArrowUpLeftIcon constructor

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

Implementation

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