SocialMediaButton constructor

SocialMediaButton(
  1. String? link,
  2. IconData icon
)

Implementation

SocialMediaButton(this.link, this.icon);