SocialMediaButton constructor
const
SocialMediaButton({})
Implementation
const SocialMediaButton({
Key? key,
this.url,
this.onTap,
required this.iconData,
this.size = 24,
this.color,
}) : super(key: key);
const SocialMediaButton({
Key? key,
this.url,
this.onTap,
required this.iconData,
this.size = 24,
this.color,
}) : super(key: key);