menu
genai_components package
documentation
widgets/social_button.widget.dart
SocialButton
SocialButton.new const constructor
SocialButton.new const constructor
dark_mode
light_mode
SocialButton
constructor
const
SocialButton
(
{
Key
?
key
,
required
String
name
,
required
String
svgName
,
})
Implementation
const SocialButton({super.key, required this.name, required this.svgName});
genai_components package
documentation
widgets/social_button.widget
SocialButton
SocialButton.new const constructor
SocialButton class