SocialLink constructor
const
SocialLink({})
Implementation
const SocialLink(
{super.key,
required this.iconData,
this.username = "",
required this.url,
this.placeholderStyle = const TextStyle(
fontSize: 20,
color: Colors.grey,
),
this.iconSize = 30,
this.iconColor = Colors.grey});