menu
arcane_jaspr package
documentation
component/layout/footer.dart
SocialIcon
SocialIcon.new const constructor
SocialIcon.new const constructor
dark_mode
light_mode
SocialIcon
constructor
const
SocialIcon
(
{
required
Component
icon
,
required
String
label
,
String
?
href
,
void
onTap
()?,
Key
?
key
,
})
Implementation
const SocialIcon({ required this.icon, required this.label, this.href, this.onTap, super.key, });
arcane_jaspr package
documentation
component/layout/footer
SocialIcon
SocialIcon.new const constructor
SocialIcon class