1. 01 Mar, 2019 1 commit
    • Alexandre Ardhuin's avatar
      Add missing trailing commas (#28673) · 387f8854
      Alexandre Ardhuin authored
      * add trailing commas on list/map/parameters
      
      * add trailing commas on Invocation with nb of arg>1
      
      * add commas for widget containing widgets
      
      * add trailing commas if instantiation contains trailing comma
      
      * revert bad change
      387f8854
  2. 18 Jan, 2019 1 commit
  3. 17 Oct, 2018 1 commit
  4. 15 Oct, 2018 1 commit
    • Hans Muller's avatar
      TextTheme.apply() corrections (#23108) · 4f4005ee
      Hans Muller authored
      TextTheme.apply was incorrectly applying displayColor to the TextTheme's headline, title, subhead, body1, and body2 TextStyle colors. In all cases it should have been bodyColor.
      4f4005ee