BooksIcon constructor

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

Implementation

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