SonrRegisterButton constructor Null safety
- {Key? key,
- ButtonVariant variant = ButtonVariant.blue,
- ResponseCallback<
WhoIs> ? onSuccess, - ErrorCallback? onError}
Implementation
const SonrRegisterButton({Key? key, this.variant = ButtonVariant.blue, this.onSuccess, this.onError}) : super(key: key);