scoped_model icon indicating copy to clipboard operation
scoped_model copied to clipboard

Missing sentence on ScopedModelDescendant documentation

Open soonsam123 opened this issue 5 years ago • 0 comments

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?

soonsam123 avatar Aug 06 '19 13:08 soonsam123