menu
developer_card_lift package
documentation
widgets/skill_chip.dart
SkillChip
SkillChip.new const constructor
SkillChip.new const constructor
dark_mode
light_mode
SkillChip
constructor
const
SkillChip
(
{
Key
?
key
,
required
String
label
,
required
IconData
icon
,
})
Implementation
const SkillChip({ super.key, required this.label, required this.icon, });
developer_card_lift package
documentation
widgets/skill_chip
SkillChip
SkillChip.new const constructor
SkillChip class