SocialButton constructor

const SocialButton({
  1. Key? key,
  2. required String name,
  3. required String svgName,
})

Implementation

const SocialButton({super.key, required this.name, required this.svgName});