Hi folks, the Google and Apple Icon are missing when im running the app in web.  This is my code ` FlutterSocialButton( onTap: () {}, buttonType: ButtonType.google, ), FlutterSocialButton( onTap: () {}, buttonType: ButtonType.apple, ), `
Hi folks,
the Google and Apple Icon are missing when im running the app in web.
This is my code
`
FlutterSocialButton(
onTap: () {},
buttonType: ButtonType.google,
),
FlutterSocialButton(
onTap: () {},
buttonType: ButtonType.apple,
),
`