mirror of
https://github.com/flutter/flutter.git
synced 2026-02-06 03:39:05 +08:00
I can't figure out if this is genius or a giant hack. This lets you use DefaultTextStyle.merge and IconTheme.merge without specifying a BuildContext. It automatically merges in at the appropriate place in the tree using a Builder widget.