FarcasterLoginButton constructor
const
FarcasterLoginButton({
- Key? key,
- required VoidCallback onTap,
- String? title,
- TextAlign textAlign = TextAlign.center,
Implementation
const FarcasterLoginButton({
super.key,
required this.onTap,
this.title,
this.textAlign = TextAlign.center,
});