TimesSquareIcon constructor

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

Implementation

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