TabletsIcon constructor

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

Implementation

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