SocialButtons constructor
const
SocialButtons({})
Implementation
const SocialButtons({
super.key,
required this.text,
required this.onPressed,
required this.icon,
required this.width,
required this.height,
});