1. 17 Apr, 2019 1 commit
  2. 08 Apr, 2019 1 commit
    • Todd Volkert's avatar
      Add `const Border.uniform()` (#30640) · 0b8403b6
      Todd Volkert authored
      `Border.all()` is a factory constructor and thus not const
      constructible. This change adds a `const Border.uniform()`
      constructor and makes `Border.all()` delegate to it. This allows
      callers to more likely be able to make their widget tree const
      constructible.
      0b8403b6
  3. 12 Sep, 2018 1 commit
  4. 02 Aug, 2018 1 commit
  5. 27 Jul, 2018 1 commit
  6. 23 Jul, 2018 1 commit
  7. 16 Jul, 2018 2 commits
  8. 20 Jun, 2018 1 commit
  9. 19 Jun, 2018 1 commit
  10. 02 Feb, 2018 1 commit
  11. 01 Feb, 2018 1 commit
  12. 05 Oct, 2017 1 commit
  13. 02 Oct, 2017 1 commit
  14. 29 Sep, 2017 1 commit
    • Ian Hickson's avatar
      Border.add, improve BorderSide.merge (#12327) · 944fef45
      Ian Hickson authored
      ...and other minor Border improvements.
      And tests.
      
      This changes the merge logic I added yesterday to not support nulls
      but instead support BorderSide.none and equivalents. This makes more
      sense when dealing with actual Borders.
      944fef45