TelegramLoginButton constructor
const
TelegramLoginButton({})
Implementation
const TelegramLoginButton({
Key? key,
required this.botId,
required this.botDomain,
required this.phoneNumber,
this.timeout = const Duration(seconds: 60),
this.onAuthSuccess,
this.onAuthError,
this.child,
this.style,
this.showLoading = true,
}) : super(key: key);