BoxedIcon constructor

const BoxedIcon(
  1. IconData icon, {
  2. Key? key,
  3. double? size,
  4. Color? color,
})

Implementation

const BoxedIcon(
  this.icon, {
  Key? key,
  this.size,
  this.color,
}) : super(key: key);