TabletIcon constructor

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

Implementation

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