Component

SocialAuthButton

Flutter implementation of the SocialAuthButton component.

Usage

dart
import 'package:refraction_ui/refraction_ui.dart';

class MySocialAuthButtonExample extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return SocialAuthButton(
      // Add props here
    );
  }
}