AngleDoubleUpIcon constructor

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

Implementation

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