AtomIcon constructor

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

Implementation

const AtomIcon({super.key, required this.icon, this.size = 24, this.color});