SocialWidget constructor
SocialWidget({})
Implementation
SocialWidget(
{Key? key,
required this.iconData,
required this.placeholderText,
required this.link,
this.placeholderStyle = const TextStyle(
fontSize: 20,
color: Colors.grey,
),
this.iconSize = 30,
this.iconColor = Colors.grey})
: super(key: key);