LoginButton constructor
const
LoginButton({
- required String label,
- String? href,
- List<
LoginOption> options = const [], - Key? key,
Implementation
const LoginButton({
required this.label,
this.href,
this.options = const [],
super.key,
});