WebOauthLoginView constructor

const WebOauthLoginView({
  1. Key? key,
  2. required dynamic onLogin(),
  3. Color? primaryColor,
})

Implementation

const WebOauthLoginView({Key? key,required this.onLogin,this.primaryColor}) : super(key: key);