mirror of
https://github.com/encounter/engine.git
synced 2026-03-30 11:09:55 -07:00
9f2429550c
Focus.at() and company should be on Focus, not FocusState. _notifyDescendants() was using the wrong runtimeType. Let InheritedWidget update the descendants during build. When you setState() during build, assert that you're not markNeedsBuild()ing someone who isn't a descendant. Typo in Widget.toString().