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