UsdSquareIcon constructor

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

Implementation

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