Icon constructor

const Icon(
  1. IconData icon, {
  2. IconSize size = IconSize.md,
  3. String? color,
  4. String? label,
  5. Key? key,
})

Implementation

const Icon(
  this.icon, {
  this.size = IconSize.md,
  this.color,
  this.label,
  super.key,
});