• Ian Hickson's avatar
    Reimplement the theme transition animation by actually animating the Theme. · 73c9ebab
    Ian Hickson authored
    As part of this:
     - A lot of classes got new lerp functions, including e.g. TextStyle.
     - Theme's constructor story got overhauled. You can now configure
       everything if you really want to, and we're better about defaults.
     - Material no longer automatically animates its background color.
       (It still does for its shadow.)
     - Tabs try to get the indicator color from the theme.
     - The fields in ThemeData got reordered for sanity.
     - Theme.== and Theme.hashCode got fixed.
     - Typography got a bit of a spring cleaning.
    
    Fixes #613.
    73c9ebab
Name
Last commit
Last update
..
basic_types.dart Loading commit data...
box_painter.dart Loading commit data...
colors.dart Loading commit data...
decoration.dart Loading commit data...
edge_dims.dart Loading commit data...
shadows.dart Loading commit data...
text_painter.dart Loading commit data...
text_style.dart Loading commit data...
transforms.dart Loading commit data...