scoped_model
scoped_model copied to clipboard
Missing sentence on ScopedModelDescendant documentation
I believe that in this address of ScopedModelDescendant documentation there is a missing sentence on rebuildOnChange
.
It is written:
rebuildOnChange → bool An optional constant that determines whether the final hashCode → int The hash code for this object. read-only, inherited
While I belive it should be
rebuildOnChange → bool An optional constant that determines whether the widget should be rebuilt or not when the model changes. final hashCode → int The hash code for this object. read-only, inherited
Is there a repository for the documentation where I can send a pull request?
Or am I missing something here?