• Chris Bracken's avatar
    Use dark theme in GridTileBar (#6527) · ea5fd815
    Chris Bracken authored
    * Use dark theme in GridTileBar
    
    Reduce IconTheme, Typography hardcoding by applying a dark theme to the
    contents. This is still not ideal; the theme brightness should really be
    driven by backgroundColor.
    
    * Add back IconTheme
    
    Since IconTheme.of() finds the closest IconTheme, not the closest
    IconTheme or Theme (which specifies IconThemeData), the previous commit
    doesn't necessarily override any IconThemes futher up the tree.
    ea5fd815
grid_tile_bar.dart 4.03 KB