1. 19 Mar, 2023 1 commit
  2. 08 Mar, 2023 1 commit
  3. 06 Mar, 2023 1 commit
    • Eilidh Southren's avatar
      Bottom appbar/sheet shadow property (#121406) · d696b051
      Eilidh Southren authored
      * add shadowColor property
      
      * add to bottom app bar
      
      * add test
      
      * update m2/m3 diffs
      
      * reorder debug test
      
      * finalize
      
      * remove crswap
      
      * update doc comments
      
      * add m2 shadow back
      
      * add const
      
      * update docs
      
      * update docs
      
      * comment replies
      
      * make param non-null
      
      * indentation fix
      
      * doc fix
      d696b051
  4. 24 Feb, 2023 1 commit
  5. 11 Feb, 2023 1 commit
  6. 08 Feb, 2023 1 commit
  7. 20 Dec, 2022 1 commit
    • harperl-lgtm's avatar
      Implemented Scrim Focus for BottomSheet (#116743) · 7f7a8778
      harperl-lgtm authored
      * Implemented Scrim Focus for BottomSheet so that assistive technology users can focus and tap on the scrim to close the BottomSheet, which they could not do before the change . The Scrim Focus's size changes to avoid overlapping the BottomSheet.
      7f7a8778
  8. 13 Oct, 2022 1 commit
  9. 11 Oct, 2022 1 commit
  10. 09 Aug, 2022 1 commit
  11. 19 Jul, 2022 1 commit
  12. 13 May, 2022 1 commit
  13. 27 Apr, 2022 1 commit
  14. 14 Apr, 2022 1 commit
  15. 22 Mar, 2022 1 commit
  16. 08 Mar, 2022 1 commit
  17. 08 Dec, 2021 1 commit
  18. 01 Dec, 2021 1 commit
  19. 11 Nov, 2021 1 commit
  20. 11 Oct, 2021 1 commit
  21. 09 Oct, 2021 1 commit
  22. 07 Oct, 2021 1 commit
  23. 25 Aug, 2021 1 commit
  24. 11 Aug, 2021 1 commit
  25. 13 May, 2021 2 commits
  26. 28 Apr, 2021 2 commits
  27. 21 Apr, 2021 2 commits
  28. 05 Mar, 2021 1 commit
  29. 04 Mar, 2021 2 commits
  30. 04 Feb, 2021 2 commits
  31. 22 Jan, 2021 2 commits
  32. 13 Nov, 2020 1 commit
  33. 02 Nov, 2020 1 commit
  34. 28 Oct, 2020 1 commit
    • Greg Spencer's avatar
      Remove `nullOk` in `MediaQuery.of` (#68736) · 55289324
      Greg Spencer authored
      Adds MediaQuery.maybeOf to replace calling MediaQuery.of(context, nullOk: true), and removes the nullOk parameter. Also changes MediaQuery.of to return a non-nullable value, and removes many instances of the ! operator, reducing the possible places where a null dereference could occur.
      55289324