SignInWithTikTok constructor
const
SignInWithTikTok({})
Implementation
const SignInWithTikTok(
{required this.onPressed,
this.buttonColor,
this.fontColor,
this.fontSize,
this.title,
Key? key})
: super(key: key);