DeveloperSkill constructor

const DeveloperSkill({
  1. required String label,
  2. required IconData icon,
})

Implementation

const DeveloperSkill({
  required this.label,
  required this.icon,
});