1. 09 Jun, 2023 1 commit
  2. 31 May, 2023 1 commit
    • Renzo Olivares's avatar
      Fix bottom sheet rebuilding when tapping (#127526) · 83f19be2
      Renzo Olivares authored
      This fixes an issue where the bottom sheet would rebuild when `enableDrag` is set to true on every tap. This is because `DragGestureRecognizer` would win the arena by default and dispatch the `drag` callbacks (in `acceptGesture`) even though it had not met the drag threshold. This changes keep the default behavior of `DragGestureRecognizer` the same, but adds a parameter `onlyAcceptDragOnThreshold` that a user can use to stop drag callbacks from being fired when the drag threshold has not been met.
      
      Fixes #126833
      83f19be2
  3. 23 May, 2023 1 commit
  4. 27 Apr, 2023 1 commit
  5. 19 Mar, 2023 1 commit
  6. 08 Mar, 2023 1 commit
  7. 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
  8. 24 Feb, 2023 1 commit
  9. 11 Feb, 2023 1 commit
  10. 08 Feb, 2023 1 commit
  11. 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
  12. 13 Oct, 2022 1 commit
  13. 11 Oct, 2022 1 commit
  14. 09 Aug, 2022 1 commit
  15. 19 Jul, 2022 1 commit
  16. 13 May, 2022 1 commit
  17. 27 Apr, 2022 1 commit
  18. 14 Apr, 2022 1 commit
  19. 22 Mar, 2022 1 commit
  20. 08 Mar, 2022 1 commit
  21. 08 Dec, 2021 1 commit
  22. 01 Dec, 2021 1 commit
  23. 11 Nov, 2021 1 commit
  24. 11 Oct, 2021 1 commit
  25. 09 Oct, 2021 1 commit
  26. 07 Oct, 2021 1 commit
  27. 25 Aug, 2021 1 commit
  28. 11 Aug, 2021 1 commit
  29. 13 May, 2021 2 commits
  30. 28 Apr, 2021 2 commits
  31. 21 Apr, 2021 2 commits
  32. 05 Mar, 2021 1 commit
  33. 04 Mar, 2021 2 commits
  34. 04 Feb, 2021 2 commits
  35. 22 Jan, 2021 1 commit