mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
ComponentState becomes State, for brevity. Instead of overriding its constructor, override initState(). This makes writing States much simpler.