ContinueOnSonrButton constructor Null safety
- {Key? key,
- ButtonVariant variant = ButtonVariant.blue,
- String label = 'Continue on Sonr',
- ResponseCallback<
AuthInfo> ? onSuccess, - ErrorCallback? onError}
Implementation
const ContinueOnSonrButton(
{Key? key,
this.variant = ButtonVariant.blue,
this.label = 'Continue on Sonr',
this.onSuccess,
this.onError})
: super(key: key);