mirror of
https://github.com/flutter/flutter.git
synced 2026-01-27 20:42:44 +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.