• Greg Spencer's avatar
    Adding ChipTheme, ChipThemeData, and some more tests. (#16447) · 4dbbf678
    Greg Spencer authored
    This converts the chips to use a ChipThemeData to get most of their customization values from (if not overridden by specific arguments to the chip constructors), and to have the base ThemeData contain one of these. It also adds the ChipTheme widget that will allow overriding the theme for a particular subtree in the widget hierarchy.
    
    Added tests for both, and just more tests in general for the Chips.
    4dbbf678
chip_theme_test.dart 13.3 KB