SocialButton constructor

SocialButton(
  1. {IconData? icon,
  2. String? link}
)

Implementation

SocialButton({
  this.icon,
  this.link,
});