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. 13 Nov, 2018 1 commit
  3. 12 Sep, 2018 2 commits
  4. 05 Jun, 2018 1 commit
  5. 05 Feb, 2018 1 commit
  6. 21 Apr, 2017 1 commit
  7. 22 Jan, 2017 1 commit
  8. 01 Nov, 2016 1 commit
  9. 31 Oct, 2016 1 commit
  10. 21 Jun, 2016 1 commit
  11. 09 Jun, 2016 1 commit
  12. 29 Apr, 2016 1 commit
    • Adam Barth's avatar
      Fix the padding and space for FlatButton and RaisedButton (#3650) · b2fa6c25
      Adam Barth authored
      Instead of incorporating the margin into the button, introduce a ButtonBar
      widget that supplies the proper spacing between the buttons. Also, make these
      buttons more configurable via ButtonTheme so that dialogs can change the
      minWidth and padding of the buttons as required by the spec.
      
      Fixes #1843
      Fixes #3184
      b2fa6c25