Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is the inner TableDecoration used for in ParagraphDecoration and why is it required to be non null? #232

Open
dlemmermann opened this issue May 27, 2022 · 0 comments
Labels
question Further information is requested

Comments

@dlemmermann
Copy link
Collaborator

I keep running into issues in our app where the normalise() method of ParagraphDecoration fails because all fields are required to be non null. The reason for this is because the Objects.requiresNonNullElse(a,b) requires b (the "else" value) to be non null.

@dlemmermann dlemmermann added the question Further information is requested label May 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant