-
-
Notifications
You must be signed in to change notification settings - Fork 934
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
feat: Allow people to opt-out on repaint boundary #2341
Conversation
6287c41
to
563b22d
Compare
/// Whether the game should assume the behavior of a [RepaintBoundary]. | ||
/// | ||
/// Defaults to `true`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are these the docs mentioned in the commit? 😄
We should probably add a short paragraph about it in the real docs too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't find a proper place to add it on the MD files. Also, we don't doc most of the features of the game widget anywhere besides the dart docs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will be fixed in #2344
Description
Closes: #2340
Checklist
docs
and added dartdoc comments with///
.examples
ordocs
.Breaking Change?
Related Issues