1. 05 Aug, 2020 1 commit
  2. 10 Apr, 2020 2 commits
  3. 03 Mar, 2020 1 commit
  4. 26 Feb, 2020 1 commit
    • Greg Spencer's avatar
      Implement VisualDensity for text fields. (#51438) · 9e744c57
      Greg Spencer authored
      This implements VisualDensity changes for text fields*. By default, the layout of the text field does not change.
      
      If the ThemeData.visualDensity is set to a value other than zero, then the density of the UI will increase or decrease. See the VisualDensity docs for more information.
      
      (*In reality, the changes are on the InputDecorator class, not on the text field.)
      
      I also fixed a problem that I think I found with _Decoration where it doesn't compare isDense or isCollapsed as part of its operator==.
      9e744c57
  5. 31 Jan, 2020 1 commit
  6. 28 Jan, 2020 1 commit
  7. 24 Jan, 2020 1 commit
  8. 07 Jan, 2020 1 commit
  9. 06 Dec, 2019 1 commit
  10. 04 Dec, 2019 1 commit
    • Greg Spencer's avatar
      Add a VisualDensity manual test (#46083) · 09927b94
      Greg Spencer authored
      Adds a manual test that allows testing of density for buttons. Also updates some of the button tests to be somewhat simpler and to test the child positions in the test to make sure they are consistent.
      09927b94